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

Unified Diff: net/tools/quic/quic_packet_reader.cc

Issue 1633373002: relnote: moves ProcessPacketInterface from quic_dispatcher.h to (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « net/tools/quic/quic_packet_reader.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_packet_reader.cc
diff --git a/net/tools/quic/quic_packet_reader.cc b/net/tools/quic/quic_packet_reader.cc
index a6d325e5737822b4c3088e0e71042604dad5f186..5cf93d6be354ef53e2f88a69d8cf15696a52045d 100644
--- a/net/tools/quic/quic_packet_reader.cc
+++ b/net/tools/quic/quic_packet_reader.cc
@@ -57,6 +57,8 @@ void QuicPacketReader::Initialize() {
QuicPacketReader::~QuicPacketReader() {}
+// TODO(danzh): write a public method to wrap ReadAndDispatchPackets() and
+// ReadAndDispatchSinglePacket() based on MMSG_MORE.
bool QuicPacketReader::ReadAndDispatchPackets(
int fd,
int port,
« no previous file with comments | « net/tools/quic/quic_packet_reader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698