Home
last modified time | relevance | path

Searched defs:currentCwnd (Results 1 – 5 of 5) sorted by relevance

/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/congestion_control/
H A DQuicCubic.cpp338 auto currentCwnd = cwndBytes_; in onPacketAcked() local
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/congestion_control/test/
H A DCubicTest.cpp74 auto currentCwnd = cubic.getWritableBytes(); // since nothing inflight in TEST_F() local
H A DBbrTest.cpp480 auto currentCwnd = bbr.getCongestionWindow(); in TEST_F() local
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/logging/
H A DFileQLogger.cpp255 uint64_t currentCwnd, in addCongestionMetricUpdate()
H A DQLoggerTypes.h446 uint64_t currentCwnd; variable