96 m_ssThresh(other.m_ssThresh),
97 m_initialCWnd(other.m_initialCWnd),
98 m_initialSsThresh(other.m_initialSsThresh),
99 m_segmentSize(other.m_segmentSize),
100 m_lastAckedSeq(other.m_lastAckedSeq),
101 m_congState(other.m_congState),
102 m_ecnState(other.m_ecnState),
103 m_highTxMark(other.m_highTxMark),
104 m_nextTxSequence(other.m_nextTxSequence),
105 m_rcvTimestampValue(other.m_rcvTimestampValue),
106 m_rcvTimestampEchoReply(other.m_rcvTimestampEchoReply),
107 m_pacing(other.m_pacing),
108 m_maxPacingRate(other.m_maxPacingRate),
109 m_pacingRate(other.m_pacingRate),
110 m_pacingSsRatio(other.m_pacingSsRatio),
111 m_pacingCaRatio(other.m_pacingCaRatio),
112 m_paceInitialWindow(other.m_paceInitialWindow),
113 m_minRtt(other.m_minRtt),
114 m_bytesInFlight(other.m_bytesInFlight),
115 m_isCwndLimited(other.m_isCwndLimited),
116 m_srtt(other.m_srtt),
117 m_lastRtt(other.m_lastRtt),
118 m_ecnMode(other.m_ecnMode),
119 m_useEcn(other.m_useEcn),
120 m_ectCodePoint(other.m_ectCodePoint),
121 m_lastAckedSackedBytes(other.m_lastAckedSackedBytes)