in reply to changing tcp parameters when establishing connection
how can i change the tcp parameters (i.e. tcp window size, scaling etc) when establishing a tcp connection using perl script?
Generally, you can't. Most of those parameters are properties of the tcp/ip stack, not individual applications or connections using the stack.
|
|---|