root/psad/tags/psad-2.1.2/patches/linux-2.4.27_conntrack.patch

Revision 1392, 0.6 kB (checked in by mbr, 4 years ago)

added linux-2.4.27 conntrack patch

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
  • net/ipv4/netfilter/ip_conntrack_proto_tcp.c

    old new  
    5353unsigned long ip_ct_tcp_timeout_syn_recv =     60 SECS; 
    5454unsigned long ip_ct_tcp_timeout_established =   5 DAYS; 
    5555unsigned long ip_ct_tcp_timeout_fin_wait =      2 MINS; 
    56 unsigned long ip_ct_tcp_timeout_close_wait =   60 SECS; 
     56unsigned long ip_ct_tcp_timeout_close_wait =    2 MINS; 
    5757unsigned long ip_ct_tcp_timeout_last_ack =     30 SECS; 
    5858unsigned long ip_ct_tcp_timeout_time_wait =     2 MINS; 
    5959unsigned long ip_ct_tcp_timeout_close =        10 SECS; 
Note: See TracBrowser for help on using the browser.