On Thu, 19 Jan 2006 17:58:13 -0600
Saurabh Jain <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> After going through the TCP code in linux kernel it seems that TCP in
> linux stores srtt in milliseconds and it is inflated by a factor of 8.
It is clock ticks scaled by 8. The clock ticks are dependent on
Hi All,
After going through the TCP code in linux kernel it seems that TCP in
linux stores srtt in milliseconds and it is inflated by a factor of 8.
Does this means that TCP in linux can measure any rtt which is greater
than 125 microseconds? The code will store a value of 1 for srtt
variable when