Displaying 1 result from an estimated 1 matches for "tcp_ip_abort_cinterval".
2004 Jul 02
0
Samba + multiple ADS Workaround
...ndrome.
Solutions:
1. tuning TCP stack on Sun box to 35 sec (on linux I don't know how must
do it)
ndd -set /dev/tcp tcp_rexmit_interval_extra 0
ndd -set /dev/tcp tcp_rexmit_interval_initial 500
ndd -set /dev/tcp tcp_ip_abort_interval 20000
ndd -set /dev/tcp tcp_ip_abort_cinterval 20000
2. Setup the FAILED_CONNECTION_CACHE_TIMEOUT constant
- #define FAILED_CONNECTION_CACHE_TIMEOUT 30 /* Seconds between
attempts */
+ #define FAILED_CONNECTION_CACHE_TIMEOUT 3600 /* One hour, it is
enough I think */
Problem with the solutions:
If the all ADS will be cr...