vuurmuur: Disable connection limits.
[matthijs/servers/drsnuggles.git] / etc / vuurmuur / config.conf
index c292c233683f5b8b4b1c22206a21885f920d7472..37bc4587124f793b2896752691e49bb5cf0e96ac 100644 (file)
@@ -84,13 +84,13 @@ LOG_FRAG="No"
 LOG_TCP_OPTIONS="No"
 
 # SYN_LIMIT sets the maximum number of SYN-packets per second.
-USE_SYN_LIMIT="Yes"
+USE_SYN_LIMIT="No"
 
 SYN_LIMIT="15"
 SYN_LIMIT_BURST="30"
 
 # UDP_LIMIT sets the maximum number of udp 'connections' per second.
-USE_UDP_LIMIT="Yes"
+USE_UDP_LIMIT="No"
 
 UDP_LIMIT="10"
 UDP_LIMIT_BURST="60"