Make ordering of member variables in NSC TCP socket implementation header/source consistent

This commit is contained in:
Vedran Miletić
2014-08-18 11:56:15 +02:00
parent 27e7935c6c
commit e22f7b5958

View File

@@ -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