Browse Source

PeerTest from Charlie to Alice

pull/102/head
orignal 10 years ago
parent
commit
71168389ab
  1. 5
      SSU.cpp

5
SSU.cpp

@ -790,6 +790,8 @@ namespace ssu @@ -790,6 +790,8 @@ namespace ssu
}
}
else
{
if (m_State == eSessionStateEstablished)
{
// new test
m_PeerTestNonces.insert (nonce);
@ -808,6 +810,9 @@ namespace ssu @@ -808,6 +810,9 @@ namespace ssu
senderEndpoint.port (), introKey, false);
}
}
else
LogPrint ("SSU peer test from Charlie. We are Alice");
}
}
void SSUSession::SendPeerTest (uint32_t nonce, uint32_t address, uint16_t port,

Loading…
Cancel
Save