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