1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-11-09 10:00:57 +03:00

log cwnd hint bytes to ODS

Reviewed By: jbeshay

Differential Revision: D50753856

fbshipit-source-id: 6e2aba9138f96b175ecb4a7667579ca4547eaa70
This commit is contained in:
Paul Farcasanu
2023-11-03 16:15:42 -07:00
committed by Facebook GitHub Bot
parent bbf48f1be6
commit 77b0940dc5
4 changed files with 8 additions and 2 deletions

View File

@@ -568,8 +568,7 @@ void updateTransportParamsFromTicket(
conn.maybeCwndHintBytes = maybeCwndHintBytes;
if (maybeCwndHintBytes) {
VLOG(7) << fmt::format(
"Got a cwnd hint in a 0-rtt ticket. = {}", *maybeCwndHintBytes);
QUIC_STATS(conn.statsCallback, onCwndHintBytesSample, *maybeCwndHintBytes);
}
}