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

Unified Diff: net/tools/quic/test_tools/quic_server_peer.h

Issue 1810103002: Always use recvmmsg or recvmsg if it's available, and consolidate ReadAndDispatchPackets and ReadAn… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@116987771
Patch Set: Created 4 years, 9 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_server.cc ('k') | net/tools/quic/test_tools/quic_server_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/test_tools/quic_server_peer.h
diff --git a/net/tools/quic/test_tools/quic_server_peer.h b/net/tools/quic/test_tools/quic_server_peer.h
index fe61ddf7ac5b361c88a6b326a0d444907ea61861..6aed20a66897014b6edb88b09a08c5a50cf451f7 100644
--- a/net/tools/quic/test_tools/quic_server_peer.h
+++ b/net/tools/quic/test_tools/quic_server_peer.h
@@ -19,7 +19,6 @@ namespace test {
class QuicServerPeer {
public:
static bool SetSmallSocket(QuicServer* server);
- static void DisableRecvmmsg(QuicServer* server);
static QuicDispatcher* GetDispatcher(QuicServer* server);
static void SetReader(QuicServer* server, QuicPacketReader* reader);
« no previous file with comments | « net/tools/quic/quic_server.cc ('k') | net/tools/quic/test_tools/quic_server_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698