1
0
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:
Konstantin Tsoy
2024-09-10 11:33:55 -07:00
committed by Facebook GitHub Bot
parent 4df319dee3
commit bc689e6f98
4 changed files with 9 additions and 0 deletions

View File

@ -709,6 +709,7 @@ void updateConnection(
<< " sent packet with largestAcked="
<< largestAckedPacketWritten << " packetNum=" << packetNum
<< " " << conn;
++conn.numAckFramesSent;
updateAckSendStateOnSentPacketWithAcks(
conn,
getAckState(conn, packetNumberSpace),