diff doc/freediameter.conf.sample @ 1189:50bf33dc8fe0

Limit number of incoming connections under processing to configurable value
author Sebastien Decugis <sdecugis@freediameter.net>
date Mon, 10 Jun 2013 16:23:09 +0800
parents 436e4342ecd0
children a4cdde705f30
line wrap: on
line diff
--- a/doc/freediameter.conf.sample	Mon Jun 10 14:27:15 2013 +0800
+++ b/doc/freediameter.conf.sample	Mon Jun 10 16:23:09 2013 +0800
@@ -78,6 +78,16 @@
 #ListenOn = "2001:200:903:2::202:1";
 #ListenOn = "fe80::21c:5ff:fe98:7d62%eth0";
 
+
+##############################################################
+##  Server configuration
+
+# How many Diameter peers are allowed to be connecting at the same time ?
+# This parameter limits the number of incoming connections from the time
+# the connection is accepted until the first CER is received.
+# Default: 5 unidentified clients in paralel.
+#ThreadsPerServer = 5;
+
 ##############################################################
 ##  TLS Configuration
 
"Welcome to our mercurial repository"