comparison doc/freediameter.conf.sample @ 1191: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
comparison
equal deleted inserted replaced
1190:f40de74bd1c7 1191:50bf33dc8fe0
75 # Specify local addresses the server must bind to 75 # Specify local addresses the server must bind to
76 # Default : listen on all addresses available. 76 # Default : listen on all addresses available.
77 #ListenOn = "202.249.37.5"; 77 #ListenOn = "202.249.37.5";
78 #ListenOn = "2001:200:903:2::202:1"; 78 #ListenOn = "2001:200:903:2::202:1";
79 #ListenOn = "fe80::21c:5ff:fe98:7d62%eth0"; 79 #ListenOn = "fe80::21c:5ff:fe98:7d62%eth0";
80
81
82 ##############################################################
83 ## Server configuration
84
85 # How many Diameter peers are allowed to be connecting at the same time ?
86 # This parameter limits the number of incoming connections from the time
87 # the connection is accepted until the first CER is received.
88 # Default: 5 unidentified clients in paralel.
89 #ThreadsPerServer = 5;
80 90
81 ############################################################## 91 ##############################################################
82 ## TLS Configuration 92 ## TLS Configuration
83 93
84 # TLS is managed by the GNUTLS library in the freeDiameter daemon. 94 # TLS is managed by the GNUTLS library in the freeDiameter daemon.
"Welcome to our mercurial repository"