You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
S. Sato, [2025/02/04 16:18]
The requirement for a "static" IP address in the testnet prerequisites (https://wiki.sora.org/running-a-sora-testnet-node.html#prerequisites) could be relaxed. More precisely, the IP address can be dynamic, but each time a peer reconnects, it must update its advertised address and restart.
S. Sato, [2025/02/04 16:18]
This is due to the way peers remember and gossip other peers' addresses. Instead of adopting the counterpart’s address from the actual TCP stream, peers accept the self-reported advertised address, store it, and share it with other peers. The reason for using self-reported advertised addresses is that an address extracted from an actual TCP stream may not be valid for other peers.
S. Sato, [2025/03/10 15:03]
Just a thought, but alternatively, we could derive the counterpart's address from the TCP stream, prohibiting private IP addresses to expect every IP address should be globally valid
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: