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:
committed by
Facebook Github Bot
parent
46e9228420
commit
591f27c6f1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user