mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-07-30 14:43:05 +03:00
Add number of ack frames sent counter for connection
Reviewed By: mjoras Differential Revision: D62206780 fbshipit-source-id: 60bf94971a31335469a56efcb0a97dcb40ec15c0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4df319dee3
commit
bc689e6f98
@ -709,6 +709,7 @@ void updateConnection(
|
||||
<< " sent packet with largestAcked="
|
||||
<< largestAckedPacketWritten << " packetNum=" << packetNum
|
||||
<< " " << conn;
|
||||
++conn.numAckFramesSent;
|
||||
updateAckSendStateOnSentPacketWithAcks(
|
||||
conn,
|
||||
getAckState(conn, packetNumberSpace),
|
||||
|
Reference in New Issue
Block a user