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

Remove a few quic traces

Summary:
Remove all the stream events, packet/udp recv event and ack event.
They are >40%  of  the  events.

Reviewed By: mjoras

Differential Revision: D19466165

fbshipit-source-id: 3a20b201e630527e6d25d1a14f0f520728190d50
This commit is contained in:
Yang Chi
2020-01-29 17:08:47 -08:00
committed by Facebook Github Bot
parent 46e9228420
commit 591f27c6f1
3 changed files with 0 additions and 8 deletions

View File

@@ -701,7 +701,6 @@ void onServerReadDataFromOpen(
conn.qLogger->dcid = conn.clientConnectionId;
conn.qLogger->scid = conn.serverConnectionId;
}
QUIC_TRACE(packet_recvd, conn, packetNum, packetSize);
// We assume that the higher layer takes care of validating that the version
// is supported.
if (!conn.version) {
@@ -1130,7 +1129,6 @@ void onServerReadDataFromClosed(
if (conn.qLogger) {
conn.qLogger->addPacket(regularPacket, packetSize);
}
QUIC_TRACE(packet_recvd, conn, packetNum, packetSize);
// Only process the close frames in the packet
for (auto& quicFrame : regularPacket.frames) {