mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-07-30 14:43:05 +03:00
Remove unused fields in OutstandingPacketMetadata [1/n]
Summary: Neither QUIC not TransportMonitor is using the `totalBodyBytesSent` field of the `OutstandingPacketMetadata` Reviewed By: hanidamlaj Differential Revision: D55897240 fbshipit-source-id: 521f8a016f838dd1fe0593daa7a4e45c4fd222cf
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a438ef331f
commit
5fc474a2f9
@ -49,7 +49,6 @@ PacketNum addInitialOutstandingPacket(QuicConnectionStateBase& conn) {
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
LossState(),
|
||||
0,
|
||||
OutstandingPacketMetadata::DetailsPerStream());
|
||||
@ -79,7 +78,6 @@ PacketNum addHandshakeOutstandingPacket(QuicConnectionStateBase& conn) {
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
LossState(),
|
||||
0,
|
||||
OutstandingPacketMetadata::DetailsPerStream());
|
||||
@ -104,7 +102,6 @@ PacketNum addOutstandingPacket(QuicConnectionStateBase& conn) {
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
LossState(),
|
||||
0,
|
||||
OutstandingPacketMetadata::DetailsPerStream());
|
||||
|
Reference in New Issue
Block a user