Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2001 07:17:24 -0800 (PST)
From:      Jonathan Lemon <jlemon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_input.c
Message-ID:  <200102251517.f1PFHOV53023@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jlemon      2001/02/25 07:17:24 PST

  Modified files:
    sys/netinet          tcp_input.c 
  Log:
  Do not delay a new ack if there already is a delayed ack pending on the
  connection, but send it immediately.  Prior to this change, it was possible
  to delay a delayed-ack for multiple times, resulting in degraded TCP
  behavior in certain corner cases.
  
  Revision  Changes    Path
  1.124     +12 -6     src/sys/netinet/tcp_input.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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