Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2002 21:45:46 -0700 (PDT)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Mike Silbersack <silby@silby.com>, cvs-committers@FreeBSD.ORG, <cvs-all@FreeBSD.ORG>
Subject:   Re: cvs commit: src/sys/netinet tcp_timer.h
Message-ID:  <200207180445.g6I4jkD4006497@apollo.backplane.com>
References:  <20020717220320.F83856-100000@patrocles.silby.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
    Ok, how about this:

    #define TCPTV_MIN       ( hz / 50 <= 3 ? 3 : hz / 50 )  /* minimum allowable value */

    20 milliseconds or 3 ticks, whichever is greater.  The idea
    being that 20 ms compensates for operating system variability
    and/or polling issues.

						-Matt

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?200207180445.g6I4jkD4006497>