mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
incoming ipv6 connections
This commit is contained in:
parent
7fb7341502
commit
f2434d66fc
7 changed files with 74 additions and 4 deletions
|
@ -644,7 +644,10 @@ namespace util
|
|||
switch (address.transportStyle)
|
||||
{
|
||||
case i2p::data::RouterInfo::eTransportNTCP:
|
||||
s << "NTCP ";
|
||||
if (address.host.is_v6 ())
|
||||
s << "NTCP6 ";
|
||||
else
|
||||
s << "NTCP ";
|
||||
break;
|
||||
case i2p::data::RouterInfo::eTransportSSU:
|
||||
s << "SSU ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue