cvs commit: src/sys/conf NOTES options src/sys/netinet tcp_input.c tcp_sack.c

Andre Oppermann andre at FreeBSD.org
Wed Mar 21 18:25:29 UTC 2007


andre       2007-03-21 18:25:28 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             options NOTES 
    sys/netinet          tcp_input.c tcp_sack.c 
  Log:
  Make TCP_DROP_SYNFIN a standard part of TCP.  Disabled by default it
  doesn't impede normal operation negatively and is only a few lines of
  code.  It's close relatives blackhole and log_in_vain aren't options
  either.
  
  Revision  Changes    Path
  1.1413    +0 -6      src/sys/conf/NOTES
  1.580     +0 -1      src/sys/conf/options
  1.320     +0 -5      src/sys/netinet/tcp_input.c
  1.33      +0 -1      src/sys/netinet/tcp_sack.c


More information about the cvs-src mailing list