High-Precision-Congestion-Control
High-Precision-Congestion-Control copied to clipboard
Removing a redundant code path in QbbNetDevice::DequeueAndTransmit()
The removed code path runs when m_node->GetNodeType() == 0, but the higher-level if statement guarantees that m_node->GetNodeType() != 0.