mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed race condition
This commit is contained in:
parent
9c7fcfbe3f
commit
ab0bd908ec
4 changed files with 27 additions and 10 deletions
|
@ -45,6 +45,7 @@ namespace transport
|
|||
eSessionStateUnknown,
|
||||
eSessionStateIntroduced,
|
||||
eSessionStateEstablished,
|
||||
eSessionStateClosed,
|
||||
eSessionStateFailed
|
||||
};
|
||||
|
||||
|
@ -80,6 +81,7 @@ namespace transport
|
|||
|
||||
private:
|
||||
|
||||
boost::asio::io_service& GetService ();
|
||||
void CreateAESandMacKey (const uint8_t * pubKey);
|
||||
|
||||
void PostI2NPMessage (I2NPMessage * msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue