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

Unified Diff: net/quic/quic_connection.h

Issue 593193005: Factor out the QUIC timeout alarm setting logic from the CheckForTimeout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Add_timestamp_field_75897792
Patch Set: Created 6 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/quic_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection.h
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
index 5f824291a42807cfa20ba471d9ae4a6d712ae650..084460f4d4c07810f24233a19cc1f1dc1cfd16f9 100644
--- a/net/quic/quic_connection.h
+++ b/net/quic/quic_connection.h
@@ -651,6 +651,9 @@ class NET_EXPORT_PRIVATE QuicConnection
// Closes any FEC groups protecting packets before |sequence_number|.
void CloseFecGroupsBefore(QuicPacketSequenceNumber sequence_number);
+ // Sets the timeout alarm to the appropriate value, if any.
+ void SetTimeoutAlarm();
+
// Sets the ping alarm to the appropriate value, if any.
void SetPingAlarm();
« no previous file with comments | « no previous file | net/quic/quic_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698