1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-08-01 01:44:22 +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:
Aman Sharma
2024-04-12 16:29:04 -07:00
committed by Facebook GitHub Bot
parent 5fc474a2f9
commit 9cdb1cd251
15 changed files with 0 additions and 91 deletions

View File

@ -48,7 +48,6 @@ PacketNum addInitialOutstandingPacket(QuicConnectionStateBase& conn) {
true,
0,
0,
0,
LossState(),
0,
OutstandingPacketMetadata::DetailsPerStream());
@ -77,7 +76,6 @@ PacketNum addHandshakeOutstandingPacket(QuicConnectionStateBase& conn) {
true,
0,
0,
0,
LossState(),
0,
OutstandingPacketMetadata::DetailsPerStream());
@ -101,7 +99,6 @@ PacketNum addOutstandingPacket(QuicConnectionStateBase& conn) {
false,
0,
0,
0,
LossState(),
0,
OutstandingPacketMetadata::DetailsPerStream());