Skip to content

Commit

Permalink
full revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectsByJackHe committed Feb 7, 2025
1 parent 4312eea commit f865630
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/perf/lib/PerfClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ PerfClient::Wait(
}

if (GetConnectedConnections() == 0) {
WriteOutput("Error: Nooooooooooooooooo!\n");
WriteOutput("Error: No Successful Connections!\n");
return QUIC_STATUS_CONNECTION_REFUSED;
}

Expand Down
18 changes: 9 additions & 9 deletions src/test/bin/quic_gtest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1881,15 +1881,15 @@ TEST_P(WithSend0RttArgs1, Send0Rtt) {
}

TEST_P(WithSend0RttArgs2, Reject0Rtt) {
// #if defined(QUIC_API_ENABLE_PREVIEW_FEATURES)
// if (UseQTIP) {
// //
// // QTIP doesn't work with 0-RTT. QTIP only pauses and caches 1 packet during
// // TCP handshake.
// //
// return;
// }
// #endif
#if defined(QUIC_API_ENABLE_PREVIEW_FEATURES)
if (UseQTIP) {
//
// QTIP doesn't work with 0-RTT. QTIP only pauses and caches 1 packet during
// TCP handshake.
//
return;
}
#endif
TestLoggerT<ParamType> Logger("Reject0Rtt", GetParam());
if (TestingKernelMode) {
QUIC_RUN_CONNECT_AND_PING_PARAMS Params = {
Expand Down

0 comments on commit f865630

Please sign in to comment.