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

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

Issue 2706893002: Make QuicFramer unaware of path. Also, send/receive PathClose has no effect. (Closed)
Patch Set: Created 3 years, 10 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_connection.cc » ('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 6604c779237417930c01b59302131a785f462f1f..0c458186e7e86f4ab1caec5f44efc8830f2ff24f 100644
--- a/net/quic/core/quic_connection.h
+++ b/net/quic/core/quic_connection.h
@@ -834,15 +834,6 @@ class QUIC_EXPORT_PRIVATE QuicConnection
QuicByteCount GetLimitedMaxPacketSize(
QuicByteCount suggested_max_packet_size);
- // Called when |path_id| is considered as closed because either a PATH_CLOSE
- // frame is sent or received. Stops receiving packets on closed path. Drops
- // receive side of a closed path, and packets with retransmittable frames on a
- // closed path are marked as retransmissions which will be transmitted on
- // other paths.
- // TODO(fayang): complete OnPathClosed once QuicMultipathSentPacketManager and
- // QuicMultipathReceivedPacketManager are landed in QuicConnection.
- void OnPathClosed(QuicPathId path_id);
-
// Do any work which logically would be done in OnPacket but can not be
// safely done until the packet is validated. Returns true if packet can be
// handled, false otherwise.
« no previous file with comments | « no previous file | net/quic/core/quic_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698