Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2000 17:53:54 -0700 (PDT)
From:      Jonathan Lemon <jlemon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_timer.c
Message-ID:  <200009160053.RAA05154@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jlemon      2000/09/15 17:53:54 PDT

  Modified files:
    sys/netinet          tcp_timer.c 
  Log:
  It is possible for a TCP callout to be removed from the timing wheel,
  but have a network interrupt arrive and deactivate the timeout before
  the callout routine runs.  Check for this case in the callout routine;
  it should only run if the callout is active and not on the wheel.
  
  Revision  Changes    Path
  1.38      +6 -6      src/sys/netinet/tcp_timer.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?200009160053.RAA05154>