ocserv: updated to 1.1.1
[feed/packages.git] / net / ocserv / files / ocserv.conf.template
index 7b3ad33ec7aa11f624b6527bc7266dfa625c7db2..b42f2e0a986bd1944a755eb2e76ede6289ba6d6e 100644 (file)
 # to generate password entries.
 auth = "|AUTH|"
 
-# A banner to be displayed on clients
+# A banner to be displayed on clients after connection
 banner = "Welcome to OpenWRT"
 
+# A banner to be displayed on clients before connection
+#pre-login-banner = "Welcome"
+
 #isolate-workers = true
 
 # When the server has a dynamic DNS address (that may change),
@@ -40,8 +43,10 @@ listen-host-is-dyndns = |DYNDNS|
 #max-clients = 1024
 max-clients = |MAX_CLIENTS|
 
-# Limit the number of client connections to one every X milliseconds 
-# (X is the provided value). Set to zero for no limit.
+# Rate limit the number of incoming connections to one every X milliseconds
+# (X is the provided value), as the secmod backlog grows. This
+# makes the server more resilient (and prevents connection failures) on
+# multiple concurrent connections. Set to zero for no limit.
 rate-limit-ms = 100
 
 # Limit the number of identical clients (i.e., users connecting