>A node should never accept a private address from a non-private addressed >node, and a node should never send a private address to a non-private >addressed node. This would contain the private addresses within private >networks.
More specifically, a node should only accept private address from and send private address to nodes on the _same_ private network. Often there are computers on more then one private network. I'm not totally sure that there is a portable way to do that in Java. One only needs to know what the private networks are and to be able to get the netmask off of all the interfaces that the node binds to. - Gabriel _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
