mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix docs about misconfigured neighbor port
This commit is contained in:
committed by
Nik Bougalis
parent
dbd25f0e32
commit
a00543b6bc
@@ -138,8 +138,8 @@ When a peer receives an Endpoint message that originates from a neighbor
|
||||
connection test on that neighbor by initiating an outgoing connection to the
|
||||
remote IP address as seen on the connection combined with the port advertised
|
||||
in the Endpoint message. If the test fails, then the peer considers its neighbor
|
||||
firewalled (intentionally or due to misconfiguration) and no longer forwards
|
||||
Endpoint messages for that peer. This prevents poor quality unconnectible
|
||||
firewalled (intentionally or due to misconfiguration) and not forward neighbor
|
||||
endpoint in Endpoint messages. This prevents poor quality unconnectible
|
||||
addresses from landing in the caches. If the incoming connection test passes,
|
||||
then the peer fills in the Endpoint message with the remote address as seen on
|
||||
the connection before storing it in its cache and forwarding it to other peers.
|
||||
|
||||
@@ -829,7 +829,7 @@ public:
|
||||
}
|
||||
|
||||
// We only add to the livecache if the neighbor passed the
|
||||
// listening test, else we silently drop their messsage
|
||||
// listening test, else we silently drop neighbor endpoint
|
||||
// since their listening port is misconfigured.
|
||||
//
|
||||
livecache_.insert(ep);
|
||||
|
||||
Reference in New Issue
Block a user