|
|
| 51 |
MakeUintegerAccessor (&WifiMacQueue::m_maxSize), |
51 |
MakeUintegerAccessor (&WifiMacQueue::m_maxSize), |
| 52 |
MakeUintegerChecker<uint32_t> ()) |
52 |
MakeUintegerChecker<uint32_t> ()) |
| 53 |
.AddAttribute ("MaxDelay", "If a packet stays longer than this delay in the queue, it is dropped.", |
53 |
.AddAttribute ("MaxDelay", "If a packet stays longer than this delay in the queue, it is dropped.", |
| 54 |
TimeValue (Seconds (10.0)), |
54 |
TimeValue (MilliSeconds (500)), |
| 55 |
MakeTimeAccessor (&WifiMacQueue::m_maxDelay), |
55 |
MakeTimeAccessor (&WifiMacQueue::m_maxDelay), |
| 56 |
MakeTimeChecker ()) |
56 |
MakeTimeChecker ()) |
| 57 |
; |
57 |
; |