The field current in the Routing struct does not necessarily correspond to the public ip address of this peer. It is taken directly from the config and not verified.
Especially, when setting the config to something like 0.0.0.0:8080, the actual public ip address under which this peer is reachable should be obtained.
The field
currentin theRoutingstruct does not necessarily correspond to the public ip address of this peer. It is taken directly from the config and not verified.Especially, when setting the config to something like
0.0.0.0:8080, the actual public ip address under which this peer is reachable should be obtained.