1.1 --- a/src/internet-node/tcp-socket.cc Wed Apr 16 11:32:55 2008 +0100
1.2 +++ b/src/internet-node/tcp-socket.cc Wed Apr 16 12:40:46 2008 -0400
1.3 @@ -695,6 +695,7 @@
1.4 // TCP SYN consumes one byte
1.5 m_nextRxSequence = tcpHeader.GetSequenceNumber() + SequenceNumber(1);
1.6 m_nextTxSequence = tcpHeader.GetAckNumber ();
1.7 + m_firstPendingSequence = m_nextTxSequence; //bug 166
1.8 NS_LOG_DEBUG ("TcpSocket " << this << " ACK_TX_1" <<
1.9 " nextRxSeq " << m_nextRxSequence);
1.10 SendEmptyPacket (TcpHeader::ACK);