Change p2p/net to avoid dialing known local area network addresses when not in that local network.
For example, it does not make sense to dial a 192.168.0.0/16 address when not within that subnet. This alone will cut out most -- if not all -- of the sysadmin netscan warnings. Most VPSes are in different networks.
We need to:
identify a list of all subnets that we should do this with.
implement the changes
The text was updated successfully, but these errors were encountered:
jbenet commentedMay 18, 2015
See #1226
Change
p2p/netto avoid dialing known local area network addresses when not in that local network.For example, it does not make sense to dial a 192.168.0.0/16 address when not within that subnet. This alone will cut out most -- if not all -- of the sysadmin netscan warnings. Most VPSes are in different networks.
We need to:
The text was updated successfully, but these errors were encountered: