On Tue, 21 Dec 1999 12:50:50 -0800 (PST), Matthew Dillon wrote:
>     What happens when you specify a 1-tick timeout and the tick interrupt
>     occurs a microsecond later?  For that matter what happens when you want
>     1.5 ticks worth of timeout?  Do you get only 1?  What happens is that
>     the TCP stack thinks it timed out when it only just sent the packet a
>     few microseconds ago.

This should be taken care of by the TCP_REXMTVAL macro, it 
adds in one additional tick, plus .5 ticks for rounding.

It's possible that I've defined the TCPTV_MIN value to be 
wrong, you could try bumping this up while I go back and 
review my notes.
--
Jonaghan


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to