moved sending I2NP messages to SSUData

This commit is contained in:
orignal 2014-06-10 10:39:29 -04:00
parent c9ace095f4
commit 7bb5054644
4 changed files with 65 additions and 60 deletions

View file

@ -27,6 +27,7 @@ namespace ssu
~SSUData ();
void ProcessMessage (uint8_t * buf, size_t len);
void Send (i2p::I2NPMessage * msg);
private: