send RouterInfo

This commit is contained in:
orignal 2018-08-02 12:42:39 -04:00
parent 2b64cf9126
commit f96bfa6afa
2 changed files with 26 additions and 4 deletions

View file

@ -134,6 +134,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 SendRouterInfo ();
void PostI2NPMessages (std::vector<std::shared_ptr<I2NPMessage> > msgs);
private: