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

Unified Diff: net/tools/flip_server/flip_config.cc

Issue 1684443002: flip_server: rename create_listener.* for clarity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/flip_server/create_listener.cc ('k') | net/tools/flip_server/sm_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/flip_server/flip_config.cc
diff --git a/net/tools/flip_server/flip_config.cc b/net/tools/flip_server/flip_config.cc
index 193f0ca1e446989328498eed913f1b09fb33b9bd..afc858ce1658f33ef429fa3b061e9ad8baefaec2 100644
--- a/net/tools/flip_server/flip_config.cc
+++ b/net/tools/flip_server/flip_config.cc
@@ -7,7 +7,7 @@
#include <unistd.h>
#include "base/files/file_util.h"
-#include "net/tools/flip_server/create_listener.h"
+#include "net/tools/flip_server/tcp_socket_util.h"
namespace net {
@@ -52,7 +52,7 @@ FlipAcceptor::FlipAcceptor(enum FlipHandlerType flip_handler_type,
https_server_port_ = http_server_port_;
while (1) {
- int ret = CreateListeningSocket(listen_ip_,
+ int ret = CreateTCPServerSocket(listen_ip_,
listen_port_,
true,
accept_backlog_size_,
« no previous file with comments | « net/tools/flip_server/create_listener.cc ('k') | net/tools/flip_server/sm_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698