s***@gmail.com
2013-11-20 05:44:32 UTC
Hi,
I want to increase performance of tcp by increasing initcwnd. I have understood how to do this.
we can use command below to increase this parameter.
# ip route change default via 192.168.1.1 dev eth0 proto static initcwnd 10
But what I didn't understand is how it works? I mean adding it to default route, how it will tell server that your congestion window is increased from 10 to 20 you can send min(20, initrwnd).
Please help me to understand it.
I want to increase performance of tcp by increasing initcwnd. I have understood how to do this.
we can use command below to increase this parameter.
# ip route change default via 192.168.1.1 dev eth0 proto static initcwnd 10
But what I didn't understand is how it works? I mean adding it to default route, how it will tell server that your congestion window is increased from 10 to 20 you can send min(20, initrwnd).
Please help me to understand it.