Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 1996 08:37:55 -0700 (PDT)
From:      John Polstra <jdp>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/netinet tcp_timer.c
Message-ID:  <199606031537.IAA24578@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

jdp         96/06/03 08:37:54

  Modified:    sys/netinet  tcp_timer.c
  Log:
  Fix a bug in the handling of the "persist" state which, under certain
  circumstances, caused perfectly good connections to be dropped.  This
  happened for connections over a LAN, where the retransmit timer
  calculation TCP_REXMTVAL(tp) returned 0.  If sending was blocked by flow
  control for long enough, the old code dropped the connection, even
  though timely replies were being received for all window probes.
  
  Reviewed by:	W. Richard Stevens <rstevens@noao.edu>
  
  Revision  Changes    Path
  1.17      +12 -7     src/sys/netinet/tcp_timer.c



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