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

Unified Diff: net/quic/quic_sent_packet_manager.h

Issue 1613513003: Early connection migration in QUIC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@home
Patch Set: Style nit fixed. Created 4 years, 11 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
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 b0203df1173e9acac7fc2a82cc1c905e2188ff5b..cbf7fa665eee60214262576b11a6700269e3cdea 100644
--- a/net/quic/quic_sent_packet_manager.h
+++ b/net/quic/quic_sent_packet_manager.h
@@ -232,6 +232,10 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager {
// Called when peer address changes and the connection migrates.
void OnConnectionMigration(PeerAddressChangeType type);
+ // Used to determine if peer seems unresponsive. Note that the peer
+ // may only be temporarily unreachable.
+ bool IsPeerMaybeUnreachable() const;
+
bool using_pacing() const { return using_pacing_; }
void set_debug_delegate(DebugDelegate* debug_delegate) {

Powered by Google App Engine
This is Rietveld 408576698