View | Details | Raw Unified | Return to bug 1736
Collapse All | Expand All

(-)a/src/wifi/model/wifi-mac-queue.cc (-1 / +1 lines)
 Lines 51-57    Link Here 
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
  ;

Return to bug 1736