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.

svn:r2808
This commit is contained in:
Nick Mathewson
2004-11-12 16:39:03 +00:00
parent 2a5bcb29e6
commit 60880cda84
14 changed files with 133 additions and 91 deletions
+3 -2
View File
@@ -1028,8 +1028,9 @@ int is_internal_IP(uint32_t ip) {
}
/** 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);