mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
moved sending I2NP messages to SSUData
This commit is contained in:
parent
c9ace095f4
commit
7bb5054644
4 changed files with 65 additions and 60 deletions
|
@ -27,6 +27,7 @@ namespace ssu
|
|||
~SSUData ();
|
||||
|
||||
void ProcessMessage (uint8_t * buf, size_t len);
|
||||
void Send (i2p::I2NPMessage * msg);
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue