mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
handle Ack ranges
This commit is contained in:
parent
81207999eb
commit
eb561bb0c2
2 changed files with 24 additions and 4 deletions
|
@ -153,6 +153,7 @@ namespace transport
|
|||
|
||||
bool HandlePayload (const uint8_t * buf, size_t len); // returns true is contains data
|
||||
void HandleAck (const uint8_t * buf, size_t len);
|
||||
void HandleAckRange (uint32_t firstPacketNum, uint32_t lastPacketNum);
|
||||
bool ExtractEndpoint (const uint8_t * buf, size_t size, boost::asio::ip::udp::endpoint& ep);
|
||||
std::shared_ptr<const i2p::data::RouterInfo> ExtractRouterInfo (const uint8_t * buf, size_t size);
|
||||
void CreateNonce (uint64_t seqn, uint8_t * nonce);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue