mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
NTCP2Mesh added
This commit is contained in:
parent
129b4a2135
commit
9e5935aea5
3 changed files with 21 additions and 9 deletions
|
@ -655,7 +655,7 @@ namespace transport
|
|||
SendTerminationAndTerminate (eNTCP2Message3Error);
|
||||
return;
|
||||
}
|
||||
auto addr = ri.GetNTCP2Address (false, false); // any NTCP2 address including v6
|
||||
auto addr = ri.GetNTCP2Address (false); // any NTCP2 address
|
||||
if (!addr)
|
||||
{
|
||||
LogPrint (eLogError, "NTCP2: No NTCP2 address found in SessionConfirmed");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue