On Tue, 30 Nov 2004 13:26:01 -0500 (EST), Justin Piszcz <[EMAIL PROTECTED]> wrote: > These options control retry times and persistence. > > set net:persist-retries 1 > set net:reconnect-interval-base 1 > set net:reconnect-interval-max 1 > set net:reconnect-interval-multiplier 1
I'm aware of these settings but they don't help in this case. Here are the values I use: set net:reconnect-interval-base 30 set net:reconnect-interval-max 60 set net:reconnect-interval-multiplier 1.2 And I have tried several values including 0 and 1 for net:persist-retries. Here is another interesting output for another server: 2004-11-30 20:25:35 ---- Connecting to xxxxxxx.xxxx.xx (xx.xxx.xxx.xx) port 27272 2004-11-30 20:25:36 **** Peer closed connection 2004-11-30 20:25:36 ---- Closing control socket 2004-11-30 20:25:36 ---- Connecting to xxxxxxx.xxxx.xx (xx.xxx.xxx.xx) port 27272 2004-11-30 20:25:36 **** Peer closed connection 2004-11-30 20:25:36 ---- Closing control socket 2004-11-30 20:25:36 ---- Connecting to xxxxxxx.xxxx.xx (xx.xxx.xxx.xx) port 27272 2004-11-30 20:25:36 **** Peer closed connection 2004-11-30 20:25:36 ---- Closing control socket It looks like the reconnect settings don't apply until the connection has been established. Best regards Markus
