Descriptionflip_server: rename create_listener.* for clarity
This patch renames create_listener.* to tcp_socket_util.* as it is
really a collection of tcp helper functions. While at it also rename the
functions CreateListeningSocket and CreateConnectedSocket, to
CreateTCPServerSocket and CreateTCPClientSocket respectively. As the pair
Server/Client is much more common and easier to read/understand in the
call sites than Connected for example and add TCP to make it clear that
they create tcp sockets rather than udp or unix domain sockets for
example.
BUG=None
R=rch@chromium.org
Committed: https://crrev.com/fb3c78c8b983837cf26779e41b8a8464f630b8e6
Cr-Commit-Position: refs/heads/master@{#374495}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|