mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
moved sending acks to SSUData
This commit is contained in:
parent
7bb5054644
commit
165a079928
4 changed files with 22 additions and 18 deletions
|
@ -29,6 +29,10 @@ namespace ssu
|
|||
void ProcessMessage (uint8_t * buf, size_t len);
|
||||
void Send (i2p::I2NPMessage * msg);
|
||||
|
||||
private:
|
||||
|
||||
void SendMsgAck (uint32_t msgID);
|
||||
|
||||
private:
|
||||
|
||||
struct IncompleteMessage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue