mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
SSU data receive batching
This commit is contained in:
parent
e901307d8d
commit
e3190a4ca9
5 changed files with 21 additions and 3 deletions
|
@ -87,6 +87,7 @@ namespace transport
|
|||
void Stop ();
|
||||
|
||||
void ProcessMessage (uint8_t * buf, size_t len);
|
||||
void FlushReceivedMessage ();
|
||||
void Send (i2p::I2NPMessage * msg);
|
||||
|
||||
void UpdatePacketSize (const i2p::data::IdentHash& remoteIdent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue