mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-11-09 10:00:57 +03:00
Add vantage point to qlog.
Summary: Landing an outstanding diff Reviewed By: yangchi Differential Revision: D19261395 fbshipit-source-id: 437461222ff04f5c3271567d3bb064bceaf80029
This commit is contained in:
committed by
Facebook Github Bot
parent
c610a8c512
commit
3f419b2eb2
@@ -412,7 +412,7 @@ TEST_F(QuicStateFunctionsTest, TestInvokeStreamStateMachineStreamError) {
|
||||
|
||||
TEST_F(QuicStateFunctionsTest, UpdateMinRtt) {
|
||||
QuicServerConnectionState conn;
|
||||
auto qLogger = std::make_shared<FileQLogger>(VantagePoint::SERVER);
|
||||
auto qLogger = std::make_shared<FileQLogger>(VantagePoint::Server);
|
||||
conn.qLogger = qLogger;
|
||||
|
||||
// First rtt sample, will be assign to both srtt and mrtt
|
||||
|
||||
Reference in New Issue
Block a user