mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-08-08 09:42:06 +03:00
Revert PMTU and size-enforced packet builder
Differential Revision: D23283619 fbshipit-source-id: b7fe31871dad5711016234a2d10ae84edc4fd24c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
918cc5786d
commit
c47c3cf5c6
@@ -3034,7 +3034,7 @@ TEST_F(QuicTransportTest, PacingWillBurstFirst) {
|
||||
TEST_F(QuicTransportTest, AlreadyScheduledPacingNoWrite) {
|
||||
transport_->setPacingTimer(TimerHighRes::newTimer(&evb_, 1ms));
|
||||
auto& conn = transport_->getConnectionState();
|
||||
updateUdpSendPacketLen(conn, 100);
|
||||
conn.udpSendPacketLen = 100;
|
||||
auto mockCongestionController =
|
||||
std::make_unique<NiceMock<MockCongestionController>>();
|
||||
auto rawCongestionController = mockCongestionController.get();
|
||||
|
Reference in New Issue
Block a user