mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-12 20:36:38 +01:00
set established state after hole punch
This commit is contained in:
parent
48737864a3
commit
5dfe19c6ed
1 changed files with 1 additions and 0 deletions
1
SSU.cpp
1
SSU.cpp
|
@ -72,6 +72,7 @@ namespace ssu
|
|||
case eSessionRelayResponseReceived:
|
||||
// HolePunch received
|
||||
LogPrint ("SSU HolePuch of ", len, " bytes received");
|
||||
m_State = eSessionStateEstablished;
|
||||
Established ();
|
||||
break;
|
||||
case eSessionRelayRequestReceived:
|
||||
|
|
Loading…
Add table
Reference in a new issue