Skip to content
Snippets Groups Projects
Commit 09b6db38 authored by rswindell's avatar rswindell
Browse files

Changed default bind retry count to 2 (bind retries currently can't be aborted

with sbbsctrl).
parent 8355e6fd
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ static const char* strBindRetryDelay="BindRetryDelay";
#define DEFAULT_LOG_MASK 0xff /* EMERG|ALERT|CRIT|ERR|WARNING|NOTICE|INFO|DEBUG */
#endif
#define DEFAULT_MAX_MSG_SIZE (10*1024*1024) /* 10MB */
#define DEFAULT_BIND_RETRY_COUNT 10
#define DEFAULT_BIND_RETRY_COUNT 2
#define DEFAULT_BIND_RETRY_DELAY 15
void sbbs_get_ini_fname(char* ini_file, char* ctrl_dir, char* pHostName)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment