mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-07-03 03:04:36 +02:00
set SSU2 port +1 if not specified
This commit is contained in:
parent
ab606a1121
commit
df92a85159
4 changed files with 24 additions and 19 deletions
|
@ -708,6 +708,7 @@ namespace data
|
|||
{
|
||||
auto addr = std::make_shared<Address>();
|
||||
addr->transportStyle = eTransportSSU2;
|
||||
addr->port = 0;
|
||||
addr->caps = caps;
|
||||
addr->date = 0;
|
||||
addr->ssu.reset (new SSUExt ());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue