Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1340)

Unified Diff: net/quic/quic_sent_packet_manager.cc

Issue 514023002: Log the QUIC transmission type in QUIC internal server trace visitor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@log_quic_packet_sent_73894063
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/quic_sent_packet_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_sent_packet_manager.cc
diff --git a/net/quic/quic_sent_packet_manager.cc b/net/quic/quic_sent_packet_manager.cc
index a084e3a883405b9b981cdcde35d91a0e1ad96e0d..d2f825b0faf252263cc66a048d3233b969fa2afb 100644
--- a/net/quic/quic_sent_packet_manager.cc
+++ b/net/quic/quic_sent_packet_manager.cc
@@ -550,7 +550,8 @@ bool QuicSentPacketManager::OnPacketSent(
unacked_packets_.SetSent(sequence_number, sent_time, bytes, in_flight);
if (debug_delegate_ != NULL) {
- debug_delegate_->OnSentPacket(sequence_number, sent_time, bytes);
+ debug_delegate_->OnSentPacket(
+ sequence_number, sent_time, bytes, transmission_type);
}
// Reset the retransmission timer anytime a pending packet is sent.
« no previous file with comments | « net/quic/quic_sent_packet_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698