High-Precision-Congestion-Control icon indicating copy to clipboard operation
High-Precision-Congestion-Control copied to clipboard

Removing a redundant code path in QbbNetDevice::DequeueAndTransmit()

Open aghalayini opened this issue 2 years ago • 0 comments

The removed code path runs when m_node->GetNodeType() == 0, but the higher-level if statement guarantees that m_node->GetNodeType() != 0.

aghalayini avatar Mar 09 '22 02:03 aghalayini