From 9ed3dd85a1e4e39f8a04c30c6210e9cb20af7d0a Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 10 Mar 2005 20:33:50 +0000 Subject: [PATCH] Add BindRetryCount and BindRetryDelay with comments. --- ctrl/sbbs.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ctrl/sbbs.ini b/ctrl/sbbs.ini index aef93ddd0f..29e4e5b55b 100644 --- a/ctrl/sbbs.ini +++ b/ctrl/sbbs.ini @@ -22,6 +22,11 @@ TempDirectory= ; Increase value to decrease semaphore file checking frequency: SemFileCheckFrequency=5 ; seconds +; Set the number of times a bind() will be attempted for each port. +; increase this if you get errors binding to ports on reloads + BindRetryCount=2 +; Delay between bind retries + BindRetryDelay=15 [BBS] ; Set to 'false' to disable Telnet/Rlogin/Event server: -- GitLab