Skip to content

Commit

Permalink
turn QTIP off right after Listener.Start
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectsByJackHe committed Feb 11, 2025
1 parent 07aedfd commit ae85b9f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/test/bin/quic_gtest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1750,22 +1750,22 @@ TEST_P(WithSendArgs1, Send) {
GetParam().ServerInitiatedStreams,
false, // FifoScheduling
false); // SendUdpToQtipListener
// QuicTestConnectAndPing(
// GetParam().Family,
// GetParam().Length,
// GetParam().ConnectionCount,
// GetParam().StreamCount,
// 1, // StreamBurstCount
// 0, // StreamBurstDelayMs
// false, // ServerStatelessRetry
// false, // ClientRebind
// false, // ClientZeroRtt
// false, // ServerRejectZeroRtt
// GetParam().UseSendBuffer,
// GetParam().UnidirectionalStreams,
// GetParam().ServerInitiatedStreams,
// false, // FifoScheduling
// true); // SendUdpToQtipListener
QuicTestConnectAndPing(
GetParam().Family,
GetParam().Length,
GetParam().ConnectionCount,
GetParam().StreamCount,
1, // StreamBurstCount
0, // StreamBurstDelayMs
false, // ServerStatelessRetry
false, // ClientRebind
false, // ClientZeroRtt
false, // ServerRejectZeroRtt
GetParam().UseSendBuffer,
GetParam().UnidirectionalStreams,
GetParam().ServerInitiatedStreams,
false, // FifoScheduling
true); // SendUdpToQtipListener
}
}

Expand Down

0 comments on commit ae85b9f

Please sign in to comment.