SSU data receive batching

This commit is contained in:
orignal 2015-02-15 14:17:55 -05:00
parent e901307d8d
commit e3190a4ca9
5 changed files with 21 additions and 3 deletions

View file

@ -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);