don't schedule send for first SYN reply

This commit is contained in:
orignal 2024-11-17 17:29:04 -05:00
parent 72a39609ed
commit 391e3b7814

View file

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