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

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

Issue 1333773002: relnote: moves ProcessPacketInterface from quic_dispatcher.h to (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Refactor_QuicAckFrame_missing_packets_101778041
Patch Set: Created 5 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 | « 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 1982269f30bc3b47c49750d9f745a67a38507ecc..82e6806d5711283502b624a89113efd846cfe8f5 100644
--- a/net/tools/quic/quic_packet_reader.cc
+++ b/net/tools/quic/quic_packet_reader.cc
@@ -56,6 +56,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