post I2NP messages to NTCP2 thread

This commit is contained in:
orignal 2018-07-19 12:46:19 -04:00
parent 5001592fb4
commit 5bedfc1c84
2 changed files with 9 additions and 1 deletions

View file

@ -109,6 +109,7 @@ namespace transport
void SendNextFrame (const uint8_t * payload, size_t len);
void HandleNextFrameSent (const boost::system::error_code& ecode, std::size_t bytes_transferred);
void SendQueue ();
void PostI2NPMessages (std::vector<std::shared_ptr<I2NPMessage> > msgs);
private: