mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 09:56:35 +02:00
don't send DatabaseStore until time sync complete
This commit is contained in:
parent
c5644e0e32
commit
e03f1597a0
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ namespace transport
|
|||
m_DHKeysPair = nullptr;
|
||||
|
||||
SendTimeSyncMessage ();
|
||||
Send (ToSharedI2NPMessage(CreateDatabaseStoreMsg ())); // we tell immediately who we are
|
||||
m_SendQueue.push_back (ToSharedI2NPMessage(CreateDatabaseStoreMsg ())); // we tell immediately who we are
|
||||
|
||||
transports.PeerConnected (shared_from_this ());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue