mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
select maximum SSU2 queue size depending on RTT value
This commit is contained in:
parent
a30d1972e5
commit
ac9d92c681
3 changed files with 23 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue