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

Unified Diff: net/quic/quic_sent_packet_manager.h

Issue 1335443002: Landing Recent QUIC changes until 8/26/2015 19:47 UTC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « net/quic/quic_packet_generator.cc ('k') | net/quic/quic_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_sent_packet_manager.h
diff --git a/net/quic/quic_sent_packet_manager.h b/net/quic/quic_sent_packet_manager.h
index 0b915cb0e2611dacab5624f2c5393e2542e2279b..d9f46960983dc685dc7cde33e199603095203432 100644
--- a/net/quic/quic_sent_packet_manager.h
+++ b/net/quic/quic_sent_packet_manager.h
@@ -228,7 +228,11 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager {
return unacked_packets_.largest_observed();
}
- QuicPacketNumber least_packet_awaited_by_peer() {
+ QuicPacketNumber largest_sent_packet() const {
+ return unacked_packets_.largest_sent_packet();
+ }
+
+ QuicPacketNumber least_packet_awaited_by_peer() const {
return least_packet_awaited_by_peer_;
}
« no previous file with comments | « net/quic/quic_packet_generator.cc ('k') | net/quic/quic_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698