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:
committed by
Facebook GitHub Bot
parent
271f6d0174
commit
21167fdc66
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user