diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2021-05-31 17:18:49 +0200 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2021-07-09 11:19:35 +0200 |
commit | 38f900290cc3a839e99bef13474d35e1c02e6b0d (patch) | |
tree | a2b675570fd8095ebbd14876c3297626a80e1354 /src/blockencodings.cpp | |
parent | efff9c3494a944a1a9288fec13e8bb5f23235920 (diff) |
net: change assumed I2P port to 0
* When accepting an I2P connection, assume the peer has port 0 instead
of the default 8333 (for mainnet). It is not being sent to us, so we
must assume something.
* When deriving our own I2P listen CService use port 0 instead of the
default 8333 (for mainnet). So that we later advertise it to peers
with port 0.
In the I2P protocol SAM 3.1 and older (we use 3.1) ports are not used,
so they are irrelevant. However in SAM 3.2 and newer ports are used and
from the point of view of SAM 3.2, a peer using SAM 3.1 seems to have
specified port=0.
Diffstat (limited to 'src/blockencodings.cpp')
0 files changed, 0 insertions, 0 deletions