equal
deleted
inserted
replaced
397 return; // plugin drops frame |
397 return; // plugin drops frame |
398 } |
398 } |
399 } |
399 } |
400 m_stats.sentFrames++; |
400 m_stats.sentFrames++; |
401 m_stats.sentBytes += packet->GetSize (); |
401 m_stats.sentBytes += packet->GetSize (); |
402 if ((m_queues.find (AC_VO) == m_queues.end ()) || (m_queues.find (AC_VO) == m_queues.end ())) |
402 if ((m_queues.find (AC_VO) == m_queues.end ()) || (m_queues.find (AC_BK) == m_queues.end ())) |
403 { |
403 { |
404 NS_FATAL_ERROR ("Voice or Background queue is not set up!"); |
404 NS_FATAL_ERROR ("Voice or Background queue is not set up!"); |
405 } |
405 } |
406 /* |
406 /* |
407 * When we send a management frame - it is better to enqueue it to |
407 * When we send a management frame - it is better to enqueue it to |