mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
don't send reset message due problem at other side
This commit is contained in:
parent
ce99357ebe
commit
c873e9dd68
2 changed files with 4 additions and 4 deletions
|
@ -138,7 +138,7 @@ namespace stream
|
|||
|
||||
void SendBuffer ();
|
||||
void SendQuickAck ();
|
||||
void SendClose (bool reset = false);
|
||||
void SendClose ();
|
||||
bool SendPacket (Packet * packet);
|
||||
void SendPackets (const std::vector<Packet *>& packets);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue