Questions tagged [tcp-new-reno]
2 questions
2
votes
2 answers
At where TCP New Reno set the threshold value once a packet is dropped in NS3
In TCP New Reno it set the threshold value to half of the current CWND once a packet drop is identified. I need to find the method, that does the task.
In tcp-l4-protocol.h it uses TcpClassicRecovery as the recovery method. In TcpClassicRecovery…

Tenusha Guruge
- 2,147
- 3
- 18
- 38
0
votes
1 answer
Where I can find the source code of TCP New Reno and run it on NS3
I have planned to do some congestion control tunning on the existing transport layer protocol. In this case, I have chosen TCP New Reno. Mainly I have two problems regarding that.
1) The main problem is how I can find the source code of TCP New…

Tenusha Guruge
- 2,147
- 3
- 18
- 38