Module: kamailio
Branch: master
Commit: 30a0fe2ea4b1b59bb8e552f9abd3a65e1c7226ec
URL: 
https://github.com/kamailio/kamailio/commit/30a0fe2ea4b1b59bb8e552f9abd3a65e1c7226ec

Author: Arnis Voitkans <[email protected]>
Committer: Henning Westerholt <[email protected]>
Date: 2024-04-16T12:40:09Z

etc/kamailio.cfg: added tcp_accept_iplimit config sample

---

Modified: etc/kamailio.cfg

---

Diff:  
https://github.com/kamailio/kamailio/commit/30a0fe2ea4b1b59bb8e552f9abd3a65e1c7226ec.diff
Patch: 
https://github.com/kamailio/kamailio/commit/30a0fe2ea4b1b59bb8e552f9abd3a65e1c7226ec.patch

---

diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index 3f9a5fe793f..cd2ecd0109f 100755
--- a/etc/kamailio.cfg
+++ b/etc/kamailio.cfg
@@ -211,6 +211,9 @@ tcp_connection_lifetime=3605
 /* upper limit for TCP connections (it includes the TLS connections) */
 tcp_max_connections=2048
 
+/* upper limit for TCP connections for one ip address - default 1024 */
+#tcp_accept_iplimit=1024
+
 #!ifdef WITH_JSONRPC
 tcp_accept_no_cl=yes
 #!endif

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to [email protected]

Reply via email to