cvs commit: src/sys/netinet ip_icmp.c tcp.h tcp_input.c tcp_usrreq.c tcp_var.h

Andre Oppermann andre at FreeBSD.org
Fri Jan 9 04:32:37 PST 2004


andre       2004/01/09 04:32:36 PST

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5_2)
    sys/netinet          ip_icmp.c tcp.h tcp_input.c tcp_usrreq.c 
                         tcp_var.h 
  Log:
  MFC: Limiters and sanity checks for TCP MSS resource exhaustion attacks.
  
  The net.inet.tcp.minmssoverload is set to zero and thus connection drop
  is disabled by default.
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.85.2.1   +4 -2      src/sys/netinet/ip_icmp.c
  1.18.6.1   +19 -1     src/sys/netinet/tcp.h
  1.217.2.1  +60 -0     src/sys/netinet/tcp_input.c
  1.90.2.1   +2 -1      src/sys/netinet/tcp_usrreq.c
  1.93.2.1   +7 -0      src/sys/netinet/tcp_var.h


More information about the cvs-src mailing list