calculate min pacing time. Return wrongly removed line

This commit is contained in:
orignal 2024-07-04 13:28:18 -04:00
parent 0428b5ece1
commit d843502832
3 changed files with 13 additions and 11 deletions

View file

@ -271,7 +271,7 @@ namespace stream
SendBufferQueue m_SendBuffer;
double m_RTT;
int m_WindowSize, m_RTO, m_AckDelay, m_OutboundSpeed, m_PrevRTTSample, m_PrevRTT, m_Jitter;
uint64_t m_PacingTime;
uint64_t m_MinPacingTime, m_PacingTime;
int m_NumResendAttempts;
size_t m_MTU;
};