mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
send ack per fragment. temporary disble check for duplicated through IV
This commit is contained in:
parent
05a96fd398
commit
2f601ce02f
3 changed files with 38 additions and 4 deletions
|
@ -64,7 +64,8 @@ namespace ssu
|
|||
private:
|
||||
|
||||
void SendMsgAck (uint32_t msgID);
|
||||
void ProcessSentMessageAck (uint32_t msgID);
|
||||
void SendFragmentAck (uint32_t msgID, int fragmentNum);
|
||||
void ProcessSentMessageAck (uint32_t msgID);
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue