Bug 1736 [wifi] - default dot11EDCATableMSDULifetime

This commit is contained in:
Junling Bu
2015-06-05 23:49:09 +02:00
parent 5a7a4fff83
commit 823d1b1642

View File

@@ -52,7 +52,7 @@ WifiMacQueue::GetTypeId (void)
MakeUintegerAccessor (&WifiMacQueue::m_maxSize),
MakeUintegerChecker<uint32_t> ())
.AddAttribute ("MaxDelay", "If a packet stays longer than this delay in the queue, it is dropped.",
TimeValue (Seconds (10.0)),
TimeValue (MilliSeconds (500.0)),
MakeTimeAccessor (&WifiMacQueue::m_maxDelay),
MakeTimeChecker ())
;