There is a variable called bug_fix_ in TcpAgent which is used to prevent multipe entrance of fast retransmit. Its default value is true. I wonder whether real TCP Reno implementation uses this strategy. I remember it's not part of the Reno algorithm when I learn TCP/IP.
- [ns] about TCP Reno implementation in ns2.30 Wang Ivan