Make ordering of member variables in NSC TCP socket implementation header/source consistent
This commit is contained in:
@@ -240,8 +240,8 @@ private:
|
||||
uint32_t m_segmentSize; //!< SegmentSize
|
||||
uint32_t m_rxWindowSize; //!< Receive window size
|
||||
uint32_t m_advertisedWindowSize; //!< Window to advertise
|
||||
TracedValue<uint32_t> m_ssThresh; //!< Slow Start Threshold
|
||||
TracedValue<uint32_t> m_cWnd; //!< Congestion window
|
||||
TracedValue<uint32_t> m_ssThresh; //!< Slow Start Threshold
|
||||
uint32_t m_initialCWnd; //!< Initial cWnd value
|
||||
uint32_t m_initialSsThresh; //!< Initial Slow Start Threshold
|
||||
|
||||
|
||||
Reference in New Issue
Block a user