Parameters of optimization TCP / IP in Linux Mandriva
1
vote
0
answers
439
views
In the registry of
Windows XP
can find the following options to enable optimizations for TCP/ IP
:
- MSS;
- TCP Rx Window Size;
- SACK (Selective Acknowledgment);
- ECN (Explicit Congestion Notification);
- TCP Window Scaling;
- TCP Timestamping;
- PMTU Discovery;
- TCP Fast Retransmit;
- TCP Fast Recovery;
- Delayed ACK.
For example, under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\interfaceGUID
on parameter IPAddress [REG_MULTI_SZ]
can find the interface and configure a specific network card.
I can manipulate the values of the parameters **programmatically** and see the results.
I am interested in a list of similar parameters in Linux Mandriva
.
And yet - can I change it from Java
code?
Asked by user29229
Jan 17, 2013, 03:49 PM
Last activity: Aug 5, 2016, 07:02 PM
Last activity: Aug 5, 2016, 07:02 PM