mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
separate SSU sessions lists for V4 and V6
This commit is contained in:
parent
2b8e662f81
commit
c5308e3f2f
4 changed files with 46 additions and 38 deletions
|
@ -931,7 +931,7 @@ namespace transport
|
|||
else
|
||||
{
|
||||
LogPrint (eLogDebug, "SSU peer test from Alice. We are Bob");
|
||||
auto session = m_Server.GetRandomEstablishedSession (shared_from_this ()); // Charlie
|
||||
auto session = m_Server.GetRandomEstablishedV4Session (shared_from_this ()); // Charlie, TODO: implement v6 support
|
||||
if (session)
|
||||
{
|
||||
m_Server.NewPeerTest (nonce, ePeerTestParticipantBob, shared_from_this ());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue