How can the Initial Congestion Window be increased to 10? It seems it can be done with TCP_INIT_CWND, but I don't know how to do that.
| |||
|
feedback
|
|
You can use ndd to tweak the tcp parameters. Get a list:
The only one I see that looks similar is tcp_cwnd_max (I'm not well versed in the guts of TCP) and it's set to 1048576:
You can also use ndd to change the parameters dynamically. To make them stay changed after a reboot, add a set line in /etc/system | |||
feedback
|
|
The new features in Solaris Express 1/06 seems to suggest that an application can change this parameter and then points to the TCP(7P) man page which itself suggests it can be set by an application
As this seems to be application related you may get a better answer on stackoverflow.com. | ||||
|
feedback
|