Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2000 10:38:46 -0700 (PDT)
From:      Jonathan Lemon <jlemon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_output.c
Message-ID:  <200006021738.KAA84020@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jlemon      2000/06/02 10:38:46 PDT

  Modified files:
    sys/netinet          tcp_output.c 
  Log:
  When attempting to transmit a packet, if the system fails to allocate
  a mbuf, it may return without setting any timers.  If no more data is
  scheduled to be transmitted (this was a FIN) the system will sit in
  LAST_ACK state forever.
  
  Thus, when mbuf allocation fails, set the retransmit timer if neither
  the retransmit or persist timer is already pending.
  
  Problem discovered by:  Mike Silbersack (silby@silby.com)
  Pushed for a fix by:    Bosko Milekic <bmilekic@dsuper.net>
  Reviewed by:            jayanth
  
  Revision  Changes    Path
  1.43      +5 -1      src/sys/netinet/tcp_output.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?200006021738.KAA84020>