mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
send packets of a longer message at the that time
This commit is contained in:
parent
68c321609d
commit
eb6b04d6c2
2 changed files with 30 additions and 3 deletions
|
@ -112,6 +112,7 @@ namespace stream
|
|||
|
||||
void SendQuickAck ();
|
||||
bool SendPacket (Packet * packet);
|
||||
void PostPackets (const std::vector<Packet *> packets);
|
||||
void SendPackets (const std::vector<Packet *>& packets);
|
||||
|
||||
void SavePacket (Packet * packet);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue