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:
committed by
Facebook GitHub Bot
parent
bbf48f1be6
commit
77b0940dc5
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user