diff --git a/example.cfg b/example.cfg
index a329a42..cd1a8ee 100644
--- a/example.cfg
+++ b/example.cfg
@@ -32,6 +32,9 @@ verbose-int-error: 3; # internal errors, the kind that should never happen
 # Specify a path to the logfile.
 #logfile: "/var/log/sslh.log"
 
+# Specify the number of concurrent UDP connection that can
+# be managed (default 1024)
+udp_max_connections: 16;
 
 # Specify which syslog facility to use (names for your
 # system are usually defined in /usr/include/*/sys/syslog.h