mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
max flush interval
This commit is contained in:
parent
02c52f59cb
commit
bd98f2c3ee
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ namespace datagram
|
||||||
m_LastUse > m_LastFlush + DATAGRAM_MAX_FLUSH_INTERVAL)
|
m_LastUse > m_LastFlush + DATAGRAM_MAX_FLUSH_INTERVAL)
|
||||||
{
|
{
|
||||||
FlushSendQueue();
|
FlushSendQueue();
|
||||||
m_LastFlush = ts;
|
m_LastFlush = m_LastUse;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue