Browse Source

max flush interval

pull/2095/head
orignal 2 months ago
parent
commit
bd98f2c3ee
  1. 2
      libi2pd/Datagram.cpp

2
libi2pd/Datagram.cpp

@ -314,7 +314,7 @@ namespace datagram @@ -314,7 +314,7 @@ namespace datagram
m_LastUse > m_LastFlush + DATAGRAM_MAX_FLUSH_INTERVAL)
{
FlushSendQueue();
m_LastFlush = ts;
m_LastFlush = m_LastUse;
}
}

Loading…
Cancel
Save