Subject: Re: Odd crashes in tcp_output (2.0ish)
To: None <abuse@spamalicious.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-net
Date: 01/27/2005 14:45:43
hi,

> > i think it's better to assert (tvmin <= tvmax) in TCPT_RANGESET.
> 
> That is *definitely* not a reasonable solution.  It moves the problem to an 
> obscure place where the effect isn't obvious, *and* it doesn't cause the 
> fallback to non-1323 RTT measurement.

i suggested it for debugging (ie. i meant KASSERT),
not as a solution, of course.

> Something like the attached might be okay.

looks good to me.

YAMAMOTO Takashi