[or-cvs] Resolve a bunch of FIXME items; mark a lot more for attenti...
Nick Mathewson
nickm at seul.org
Fri Nov 12 16:39:04 UTC 2004
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv27321/src/common
Modified Files:
util.c
Log Message:
Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarification on some. Turn all XXXX008 ("showstopper for 0.0.8 release") items into XXXX009 or XXXX, since plainly they were not showstoppers for 0.0.8. Add/clean some docs.
Index: util.c
===================================================================
RCS file: /home/or/cvsroot/src/common/util.c,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -d -r1.177 -r1.178
--- util.c 10 Nov 2004 14:23:31 -0000 1.177
+++ util.c 12 Nov 2004 16:39:02 -0000 1.178
@@ -1028,8 +1028,9 @@
}
/** Return true iff <b>ip</b> (in host order) is judged to be on the
- * same network as us. For now, check if it's an internal IP. For XXX008,
- * also check if it's on the same class C network as our public IP.
+ * same network as us. For now, check if it's an internal IP.
+ *
+ * XXX Also check if it's on the same class C network as our public IP.
*/
int is_local_IP(uint32_t ip) {
return is_internal_IP(ip);
More information about the tor-commits
mailing list