mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
send close after buffer
This commit is contained in:
parent
e0f80c9f91
commit
36de881041
2 changed files with 38 additions and 29 deletions
|
@ -124,6 +124,7 @@ namespace stream
|
|||
|
||||
void SendBuffer ();
|
||||
void SendQuickAck ();
|
||||
void SendClose ();
|
||||
bool SendPacket (Packet * packet);
|
||||
void SendPackets (const std::vector<Packet *>& packets);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue