Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2007 15:16:06 +0000 (UTC)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_input.c
Message-ID:  <200705061516.l46FG6we030349@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705061516.l46FG6we030349>