It removes the following actions (mainly about fast retransmit) after receiving duplicate ACKs, just uses estimated/calculated RTO to detect packet loss. It's quite different from other CCAs with modifying cWnd and ssThresh, etc.
I am confused about how to realize it and test its co-existence with other CCA. Maybe I should add more set/calculation functions for RTO, and comment the code about actions after receiving duplicate ACKs roughly.
I am a fresh hand in ns-3 programming, thank you for your help.
Best regards,
Tianfang