set SSU2 port +1 if not specified

This commit is contained in:
orignal 2022-08-09 14:08:13 -04:00
parent ab606a1121
commit df92a85159
4 changed files with 24 additions and 19 deletions

View file

@ -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 ());