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

Unified Diff: net/socket/udp_server_socket.cc

Issue 2253753002: Always use NonBlocking IO for UDP sockets on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 3 years, 8 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/socket/udp_server_socket.h ('k') | net/socket/udp_socket_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/udp_server_socket.cc
diff --git a/net/socket/udp_server_socket.cc b/net/socket/udp_server_socket.cc
index 1b2d74e4605c17708bd15e1093793a8ea9ce2a97..259033361a8945227c105ec80260fb802c90f0ce 100644
--- a/net/socket/udp_server_socket.cc
+++ b/net/socket/udp_server_socket.cc
@@ -120,10 +120,4 @@ void UDPServerSocket::DetachFromThread() {
socket_.DetachFromThread();
}
-void UDPServerSocket::UseNonBlockingIO() {
-#if defined(OS_WIN)
- socket_.UseNonBlockingIO();
-#endif
-}
-
} // namespace net
« no previous file with comments | « net/socket/udp_server_socket.h ('k') | net/socket/udp_socket_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698