mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01:00
max flush interval
This commit is contained in:
parent
02c52f59cb
commit
bd98f2c3ee
|
@ -314,7 +314,7 @@ namespace datagram
|
|||
m_LastUse > m_LastFlush + DATAGRAM_MAX_FLUSH_INTERVAL)
|
||||
{
|
||||
FlushSendQueue();
|
||||
m_LastFlush = ts;
|
||||
m_LastFlush = m_LastUse;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue