mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-08-08 09:42:06 +03:00
Remove unused fields in OutstandingPacketMetadata [2/n]
Summary: Neither QUIC not TransportMonitor is using the `packetsInflight` field of the `OutstandingPacketMetadata` Reviewed By: hanidamlaj Differential Revision: D55926288 fbshipit-source-id: 32efd66add1e6374a8d3446ff635fe582b36e644
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5fc474a2f9
commit
9cdb1cd251
@@ -1421,10 +1421,6 @@ TEST_F(QuicTransportFunctionsTest, TestUpdateConnectionWithBytesStats) {
|
||||
16000 + 555,
|
||||
getFirstOutstandingPacket(*conn, PacketNumberSpace::Handshake)
|
||||
->metadata.inflightBytes);
|
||||
EXPECT_EQ(
|
||||
1,
|
||||
getFirstOutstandingPacket(*conn, PacketNumberSpace::Handshake)
|
||||
->metadata.packetsInflight);
|
||||
EXPECT_EQ(
|
||||
555,
|
||||
getFirstOutstandingPacket(*conn, PacketNumberSpace::Handshake)
|
||||
|
Reference in New Issue
Block a user