Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2003 11:38:02 -0800 (PST)
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:  <200311121938.hACJc2Mh011084@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
andre       2003/11/12 11:38:02 PST

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c 
  Log:
  dropwithreset is not needed in this case as tcp_drop() is already notifying
  the other side. Before we were sending two RST packets.
  
  Revision  Changes    Path
  1.214     +1 -1      src/sys/netinet/tcp_input.c



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