Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write to qlog after ack or loss is processed
Summary: Bbr.cpp places the call to qlogger's addCongestionMetricUpdate in onPacketAcked in a SCOPE_EXIT macro, causing the qlog update to happen at the end of the method. Bbr2.cpp should do the same in onPacketAckOrLoss. Reviewed By: jbeshay Differential Revision: D69890778 fbshipit-source-id: 5492f7252605c680fd8e2d1a1c5a0278163ab0a5
- Loading branch information