set established state after hole punch

This commit is contained in:
orignal 2014-03-01 11:56:28 -05:00
parent 48737864a3
commit 5dfe19c6ed

View File

@ -72,6 +72,7 @@ namespace ssu
case eSessionRelayResponseReceived:
// HolePunch received
LogPrint ("SSU HolePuch of ", len, " bytes received");
m_State = eSessionStateEstablished;
Established ();
break;
case eSessionRelayRequestReceived: