mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-08-08 09:42:06 +03:00
Rename RTO to PTO
Summary: To conform to the current specs. Reviewed By: mjoras Differential Revision: D15215018 fbshipit-source-id: 4dcc495aea1cd7cebf2bc84f7367cb2e4a55df19
This commit is contained in:
committed by
Facebook Github Bot
parent
d92acd1225
commit
c35e3d6e84
@@ -944,7 +944,7 @@ TEST_F(QuicTransportTest, ClonePathChallenge) {
|
||||
|
||||
// Force a timeout with no data so that it clones the packet
|
||||
transport_->lossTimeout().timeoutExpired();
|
||||
// On RTO, endpoint sends 2 probing packets, thus 1+2=3
|
||||
// On PTO, endpoint sends 2 probing packets, thus 1+2=3
|
||||
EXPECT_EQ(conn.outstandingPackets.size(), 3);
|
||||
numPathChallengePackets = std::count_if(
|
||||
conn.outstandingPackets.begin(),
|
||||
|
Reference in New Issue
Block a user