mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
don't schedule send for first SYN reply
This commit is contained in:
parent
72a39609ed
commit
391e3b7814
1 changed files with 2 additions and 1 deletions
|
@ -705,6 +705,7 @@ namespace stream
|
|||
|
||||
void Stream::SendBuffer ()
|
||||
{
|
||||
if (m_RemoteLeaseSet) // don't scheudle send for first SYN for incoming stream
|
||||
ScheduleSend ();
|
||||
auto ts = i2p::util::GetMillisecondsSinceEpoch ();
|
||||
int numMsgs = m_WindowSize - m_SentPackets.size ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue