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

Unified Diff: net/tools/quic/quic_time_wait_list_manager.h

Issue 2319013003: Clean up connection when a public reset packet is received. (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/tools/quic/test_tools/quic_dispatcher_peer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_time_wait_list_manager.h
diff --git a/net/tools/quic/quic_time_wait_list_manager.h b/net/tools/quic/quic_time_wait_list_manager.h
index 947c4e24c80496d9d326b3d1326352e4cb292261..52daa92a31bc1f91689f2a33746dc74dec0d1756 100644
--- a/net/tools/quic/quic_time_wait_list_manager.h
+++ b/net/tools/quic/quic_time_wait_list_manager.h
@@ -26,6 +26,7 @@
namespace net {
namespace test {
+class QuicDispatcherPeer;
class QuicTimeWaitListManagerPeer;
} // namespace test
@@ -113,6 +114,7 @@ class QuicTimeWaitListManager : public QuicBlockedWriterInterface {
const QuicPublicResetPacket& packet);
private:
+ friend class test::QuicDispatcherPeer;
friend class test::QuicTimeWaitListManagerPeer;
// Internal structure to store pending public reset packets.
« no previous file with comments | « no previous file | net/tools/quic/test_tools/quic_dispatcher_peer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698