cvs commit: src/sys/netinet tcp_input.c

Andre Oppermann andre at FreeBSD.org
Sun May 6 15:16:07 UTC 2007


andre       2007-05-06 15:16:06 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c 
  Log:
  Remove the defunct remains of the TCPS_TIME_WAIT cases from tcp_do_segment
  and change it to a void function.
  
  We use a compressed structure for TCPS_TIME_WAIT to save memory.  Any late
  late segments arriving for such a connection is handled directly in the TW
  code.
  
  Revision  Changes    Path
  1.343     +17 -65    src/sys/netinet/tcp_input.c


More information about the cvs-src mailing list