On Wed, 2006-09-06 at 01:02 +0100, Pedro Fortuna wrote:
> "if ((*tmp).second + m_parameters->getMSDULifetime () > now) {"
>
> It's delay bounded, and its limited with the value returned by
> function getMSDULifetime, which by default is 10 seconds, which is a
> very large value for delay.
Do you have a better suggestion ?
>
> I've looked at your Yans code and ported the relevant code to your NS2 branch.
> If I may ask, why did you use a queue size limit of 400 packets?
Because this is the max queue size of the linux madwifi driver the last
time I worked on it.
> What is the delay limit on queued packets you implemented on Yans?
10s
Mathieu
--