diff --git a/src/internet/model/nsc-tcp-socket-impl.h b/src/internet/model/nsc-tcp-socket-impl.h index 8ed28d695..e18578a31 100644 --- a/src/internet/model/nsc-tcp-socket-impl.h +++ b/src/internet/model/nsc-tcp-socket-impl.h @@ -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 m_ssThresh; //!< Slow Start Threshold TracedValue m_cWnd; //!< Congestion window + TracedValue m_ssThresh; //!< Slow Start Threshold uint32_t m_initialCWnd; //!< Initial cWnd value uint32_t m_initialSsThresh; //!< Initial Slow Start Threshold