Skip to content

Commit

Permalink
delete unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Jul 4, 2024
1 parent d843502 commit d23451f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libi2pd/Streaming.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ namespace stream

SendBufferQueue m_SendBuffer;
double m_RTT;
int m_WindowSize, m_RTO, m_AckDelay, m_OutboundSpeed, m_PrevRTTSample, m_PrevRTT, m_Jitter;
int m_WindowSize, m_RTO, m_AckDelay, m_PrevRTTSample, m_PrevRTT, m_Jitter;
uint64_t m_MinPacingTime, m_PacingTime;
int m_NumResendAttempts;
size_t m_MTU;
Expand Down

0 comments on commit d23451f

Please sign in to comment.