Re: [ns] new 802.11 - CAP proportion too big

2006-09-06 Thread Mathieu Lacage
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

Re: [ns] new 802.11 - CAP proportion too big

2006-09-05 Thread Pedro Fortuna
I cannot remember if the queue is size-bound or delay-bound. My curent code (in yans) is both size and delay bound with a default size of 400 packets. The relevant code is located in mac-queue-80211.cc. Mathieu if ((*tmp).second + m_parameters-getMSDULifetime () now) { It's delay

Re: [ns] new 802.11 - CAP proportion too big

2006-08-15 Thread mathieu lacage
On Mon, 2006-08-14 at 23:54 +0100, Pedro Fortuna wrote: I'll do my best trying to find the problem. I'll submit a patch if I succeed correcting it (assuming there's a problem). There is a question on the DCF implementation part I'd like to ask if you don't mind. It seems that there's no