/// Check if there is any space in the incoming_queue for received packets bool incoming_not_full() const { return !m_incoming_queue.full(); }
/// Check if there is any space in the outgoing_queue bool outgoing_not_full() const { return !m_outgoing_queue.full(); }