restart stream resend timer after updating initial RTO

This commit is contained in:
Vort 2024-03-19 08:43:49 +02:00
parent 83f0b9c041
commit 4f8f3a386f
2 changed files with 11 additions and 3 deletions

View file

@ -238,6 +238,7 @@ namespace stream
boost::asio::io_service& m_Service;
uint32_t m_SendStreamID, m_RecvStreamID, m_SequenceNumber;
uint32_t m_TunnelsChangeSequenceNumber;
int32_t m_LastReceivedSequenceNumber;
StreamStatus m_Status;
bool m_IsAckSendScheduled;