mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-10 01:10:32 +00:00
send session status crated right a way
This commit is contained in:
parent
ab1abf584f
commit
e5dac605f6
@ -652,8 +652,9 @@ namespace client
|
||||
{
|
||||
LogPrint (eLogDebug, "I2CP: Session ", m_SessionID, " created");
|
||||
m_Destination->Start ();
|
||||
// check if ready, or schedule readiness timer
|
||||
HandleSessionReadinessCheckTimer (boost::system::error_code ());
|
||||
/*// check if ready, or schedule readiness timer
|
||||
HandleSessionReadinessCheckTimer (boost::system::error_code ());*/
|
||||
SendSessionStatusMessage (eI2CPSessionStatusCreated); // created
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user