mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
+3
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user