search for: tcp_rexmit_interval_extra

Displaying 1 result from an estimated 1 matches for "tcp_rexmit_interval_extra".

2004 Jul 02
0
Samba + multiple ADS Workaround
...(30sec) then remove from cache) So this allways try to connect to the first ADS because the cache expire time is allways expired. This is a typical deadlock syndrome. 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 betwe...