Browse Source

make sure DatabaseStore message is first

pull/150/head
orignal 10 years ago
parent
commit
f36229bd95
  1. 2
      NTCPSession.cpp

2
NTCPSession.cpp

@ -90,7 +90,7 @@ namespace transport @@ -90,7 +90,7 @@ namespace transport
m_DHKeysPair = nullptr;
SendTimeSyncMessage ();
SendI2NPMessage (CreateDatabaseStoreMsg ()); // we tell immediately who we are
PostI2NPMessage (CreateDatabaseStoreMsg ()); // we tell immediately who we are
transports.PeerConnected (shared_from_this ());
}

Loading…
Cancel
Save