[asterisk-commits] russell: trunk r337776 - in /trunk: ./ configs/res_pktccops.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Sep 22 19:47:21 CDT 2011


Author: russell
Date: Thu Sep 22 19:47:18 2011
New Revision: 337776

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=337776
Log:
Merged revisions 337775 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/10

................
  r337775 | russell | 2011-09-22 19:45:35 -0500 (Thu, 22 Sep 2011) | 18 lines
  
  Merged revisions 337774 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.8
  
  ........
    r337774 | russell | 2011-09-22 19:44:19 -0500 (Thu, 22 Sep 2011) | 11 lines
    
    Comment out entries in sample res_pktccops.conf.
    
    With these options enabled, they can cause Asterisk to freak out by
    SYN flooding a network and eating the CPU.  Obviously it would be good to
    fix the code so that this can't happen, but we can at least change the default
    configuration so it doesn't happen.
    
    This was reported downstream to the Fedora issue tracker:
    
        https://bugzilla.redhat.com/show_bug.cgi?id=658431
  ........
................

Modified:
    trunk/   (props changed)
    trunk/configs/res_pktccops.conf.sample

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.

Modified: trunk/configs/res_pktccops.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/res_pktccops.conf.sample?view=diff&rev=337776&r1=337775&r2=337776
==============================================================================
--- trunk/configs/res_pktccops.conf.sample (original)
+++ trunk/configs/res_pktccops.conf.sample Thu Sep 22 19:47:18 2011
@@ -1,32 +1,32 @@
-; Sample res_pktccops.conf
-
-[general]
-gateinfoperiod => 60 ; default 60s
-gatetimeout = 150 ; default 150
-t1 => 250 ; default 250s
-t7 => 200 ; default 200s
-t8 => 300 ; default 300s
-keepalive => 60 ; default 60s
-
-[teszt]
-host => 192.168.0.24
-pool => 10.0.1.0 10.0.1.255
-pool => 10.0.3.0 10.0.3.255
-pool => 10.0.7.0 10.0.8.255
-pool => 10.0.10.0 10.0.11.255
-
-[general]
-gateinfoperiod => 60 ; default 60s
-gatetimeout = 150 ; default 150
-t1 => 250 ; default 250s
-t7 => 200 ; default 200s
-t8 => 300 ; default 300s
-keepalive => 60 ; default 60s
-
-[test]
-host => 192.168.0.24
-pool => 10.0.1.0 10.0.1.255
-pool => 10.0.3.0 10.0.3.255
-pool => 10.0.7.0 10.0.8.255
-pool => 10.0.10.0 10.0.11.255
-
+;; Sample res_pktccops.conf
+;
+;[general]
+;gateinfoperiod => 60 ; default 60s
+;gatetimeout = 150 ; default 150
+;t1 => 250 ; default 250s
+;t7 => 200 ; default 200s
+;t8 => 300 ; default 300s
+;keepalive => 60 ; default 60s
+;
+;[teszt]
+;host => 192.168.0.24
+;pool => 10.0.1.0 10.0.1.255
+;pool => 10.0.3.0 10.0.3.255
+;pool => 10.0.7.0 10.0.8.255
+;pool => 10.0.10.0 10.0.11.255
+;
+;[general]
+;gateinfoperiod => 60 ; default 60s
+;gatetimeout = 150 ; default 150
+;t1 => 250 ; default 250s
+;t7 => 200 ; default 200s
+;t8 => 300 ; default 300s
+;keepalive => 60 ; default 60s
+;
+;[test]
+;host => 192.168.0.24
+;pool => 10.0.1.0 10.0.1.255
+;pool => 10.0.3.0 10.0.3.255
+;pool => 10.0.7.0 10.0.8.255
+;pool => 10.0.10.0 10.0.11.255
+;




More information about the asterisk-commits mailing list