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

Unified Diff: net/quic/quic_connection.cc

Issue 1542773004: Add path_id to QuicSentPacketManager and QuicSentPacketManager::PendingRetransmission. No functiona… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@110467090
Patch Set: Created 5 years 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 | « no previous file | net/quic/quic_sent_packet_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection.cc
diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
index c9707516f32cb8400aac4bbd26e223a02b799aeb..3db67294fbf4b822d7299ac88b6537edd713a94a 100644
--- a/net/quic/quic_connection.cc
+++ b/net/quic/quic_connection.cc
@@ -313,6 +313,7 @@ QuicConnection::QuicConnection(QuicConnectionId connection_id,
packet_number_of_last_sent_packet_(0),
sent_packet_manager_(
perspective,
+ kDefaultPathId,
clock_,
&stats_,
FLAGS_quic_use_bbr_congestion_control ? kBBR : kCubic,
« no previous file with comments | « no previous file | net/quic/quic_sent_packet_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698