mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
restart stream resend timer after updating initial RTO
This commit is contained in:
parent
83f0b9c041
commit
4f8f3a386f
2 changed files with 11 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue