author | Tom Henderson <tomh@tomh.org> |
Thu, 28 Jul 2011 17:41:49 -0700 | |
changeset 7382 | 200fa0ae38c5 |
parent 7381 | 62afedb50749 |
child 7383 | c5e131450339 |
--- a/src/internet/model/tcp-newreno.cc Thu Jul 28 21:36:19 2011 -0700 +++ b/src/internet/model/tcp-newreno.cc Thu Jul 28 17:41:49 2011 -0700 @@ -147,6 +147,7 @@ void TcpNewReno::DupAck (const TcpHeader& t, uint32_t count) { + NS_LOG_FUNCTION (this << count); if (count == 3 && !m_inFastRec) { // triple duplicate ack triggers fast retransmit (RFC2582 sec.3 bullet #1) m_ssThresh = std::max (2 * m_segmentSize, BytesInFlight () / 2);