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

Andre Oppermann andre at FreeBSD.org
Wed Mar 21 18:05:55 UTC 2007


andre       2007-03-21 18:05:54 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp.h tcp_input.c tcp_subr.c tcp_usrreq.c 
                         tcp_var.h 
  Log:
  Remove tcp_minmssoverload DoS detection logic.  The problem it tried to
  protect us from wasn't really there and it only bloats the code.  Should
  the problem surface in the future we can simply resurrect it from cvs
  history.
  
  Revision  Changes    Path
  1.36      +0 -8      src/sys/netinet/tcp.h
  1.319     +0 -59     src/sys/netinet/tcp_input.c
  1.271     +0 -12     src/sys/netinet/tcp_subr.c
  1.148     +0 -5      src/sys/netinet/tcp_usrreq.c
  1.141     +0 -5      src/sys/netinet/tcp_var.h


More information about the cvs-src mailing list