cvs commit: src/sys/netinet tcp_input.c

Mike Silbersack silby at FreeBSD.org
Thu Nov 25 11:04:21 PST 2004


silby       2004-11-25 19:04:20 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c 
  Log:
  Fix a problem where our TCP stack would ignore RST packets if the receive
  window was 0 bytes in size.  This may have been the cause of unsolved
  "connection not closing" reports over the years.
  
  Thanks to Michiel Boland for providing the fix and providing a concise
  test program for the problem.
  
  Submitted by:   Michiel Boland
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.259     +3 -2      src/sys/netinet/tcp_input.c


More information about the cvs-src mailing list