[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
[altq 86] The calculation of offtime
To
: <
altq@csl.sony.co.jp
>
Subject
: [altq 86] The calculation of offtime
From
: "Lin Su-Mei" <
lsm@ptl.com.tw
>
Date
: Mon, 9 Aug 1999 16:12:50 +0800
Reply-To
:
altq@csl.sony.co.jp
Sender
:
owner-altq@csl.sony.co.jp
Hi,
In rsvp_cbq.c the offtime is of
gtom = pow(g, (double)minburst);
if (minburst)
offtime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
else
offtime = cptime;
but as the paper said, it should be
gtom = pow(g, (double)minburst-1);
if (minburst)
offtime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
else
offtime = cptime;
Could anyone tell me hat's wrong with it? Thanks!
Lin Su-Mei
Follow-Ups
:
[altq 87] Re: The calculation of offtime
From:
Fulvio Risso <F.Risso@cs.ucl.ac.uk>
Prev by Date:
[altq 85] Re: When a class is delayed (undertime)
Next by Date:
[altq 87] Re: The calculation of offtime
Prev by thread:
[altq 92] Re: When a class is delayed (undertime)
Next by thread:
[altq 87] Re: The calculation of offtime
Index(es):
Date
Thread