cvs commit: src/sys/netinet tcp_input.c

Mike Silbersack silby at FreeBSD.org
Sun Jan 2 23:08:38 PST 2005


silby       2005-01-03 07:08:37 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c 
  Log:
  Add a sysctl (net.inet.tcp.insecure_rst) which allows one to specify
  that the RFC 793 specification for accepting RST packets should be
  following.  When followed, this makes one vulnerable to the attacks
  described in "slipping in the window", but it may be necessary in
  some odd circumstances.
  
  Revision  Changes    Path
  1.264     +7 -1      src/sys/netinet/tcp_input.c


More information about the cvs-src mailing list