mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
select maximum SSU2 queue size depending on RTT value
This commit is contained in:
@@ -359,6 +359,8 @@ namespace transport
|
||||
i2p::I2NPMessagesHandler m_Handler;
|
||||
bool m_IsDataReceived;
|
||||
double m_RTT;
|
||||
int m_MsgLocalExpirationTimeout;
|
||||
int m_MsgLocalSemiExpirationTimeout;
|
||||
size_t m_WindowSize, m_RTO;
|
||||
uint32_t m_RelayTag; // between Bob and Charlie
|
||||
OnEstablished m_OnEstablished; // callback from Established
|
||||
|
||||
Reference in New Issue
Block a user