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

Unified Diff: net/quic/core/quic_connection.h

Issue 2353123002: Print the QuicReceivedPacketManager's ack frame instead of the (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | net/quic/core/quic_packet_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_connection.h
diff --git a/net/quic/core/quic_connection.h b/net/quic/core/quic_connection.h
index 16ef1396f271cd362989b33c04ae9766f48a68d2..497ebd175109139e34a02962f5a360bd34d40035 100644
--- a/net/quic/core/quic_connection.h
+++ b/net/quic/core/quic_connection.h
@@ -686,6 +686,10 @@ class NET_EXPORT_PRIVATE QuicConnection
return packet_generator_;
}
+ const QuicReceivedPacketManager& received_packet_manager() const {
+ return received_packet_manager_;
+ }
+
EncryptionLevel encryption_level() const { return encryption_level_; }
const IPEndPoint& last_packet_source_address() const {
« no previous file with comments | « no previous file | net/quic/core/quic_packet_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698