Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Modify the congestion control window value

For my research, I would like to manually control the congestion control window size of TCP.

I want to explicitly stop the window from being reduced when segment/ack loss occurs on a test network.

Is this possible at all?

I have been looking into ways of doing this using Python, Netem and Scapy. I have access to both windows and linux (ubuntu 12).

like image 951
user2037981 Avatar asked Jun 04 '26 04:06

user2037981


1 Answers

On kernels upward of 2.6.33 you can try

ip route change default via x.x.x.x initcwnd new-val initrwnd new-val

Also take a look at this

like image 91
auny Avatar answered Jun 06 '26 00:06

auny



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!