mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
handle RelayResponse
This commit is contained in:
parent
badcd64b62
commit
6096d572f3
4 changed files with 39 additions and 12 deletions
2
SSU.cpp
2
SSU.cpp
|
@ -384,7 +384,7 @@ namespace transport
|
|||
uint8_t buf[1];
|
||||
Send (buf, 0, remoteEndpoint); // send HolePunch
|
||||
}
|
||||
introducerSession->Introduce (*introducer);
|
||||
introducerSession->Introduce (*introducer, router);
|
||||
}
|
||||
else
|
||||
LogPrint (eLogWarning, "Can't connect to unreachable router. No introducers presented");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue