Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2007 11:51:45 +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 tcp_syncache.c
Message-ID:  <200707281151.l6SBpj76078663@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
andre       2007-07-28 11:51:45 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c tcp_syncache.c 
  Log:
  o Move all detailed checks for RST in LISTEN state from tcp_input() to
    syncache_rst().
  o Fix tests for flag combinations of RST and SYN, ACK, FIN.  Before
    a RST for a connection in syncache did not properly free the entry.
  o Add more detailed logging.
  
  Approved by:    re (rwatson)
  
  Revision  Changes    Path
  1.364     +4 -16     src/sys/netinet/tcp_input.c
  1.125     +41 -1     src/sys/netinet/tcp_syncache.c



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