1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-11-10 21:22:20 +03:00

Remove unused lastHandshakePacketSentTime from Quic

Summary: as title

Reviewed By: avasylev

Differential Revision: D25130929

fbshipit-source-id: 8e08007a29f7d4913921cee851f2cbe7a29b37fd
This commit is contained in:
Yang Chi
2020-12-01 09:24:55 -08:00
committed by Facebook GitHub Bot
parent 271f6d0174
commit 21167fdc66
3 changed files with 0 additions and 7 deletions

View File

@@ -228,9 +228,6 @@ PacketNum QuicLossFunctionsTest::sendPacket(
encodedSize,
0);
outstandingPacket.associatedEvent = associatedEvent;
if (isHandshake) {
conn.lossState.lastHandshakePacketSentTime = time;
}
conn.lossState.lastRetransmittablePacketSentTime = time;
if (conn.congestionController) {
conn.congestionController->onPacketSent(outstandingPacket);