From 4f408bd952e3ddac2168ddbd2ca2c88a561bf91f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 20 Mar 2019 12:57:26 +0100 Subject: event/ServerSocket, doc, ...: refer to AF_LOCAL as "local socket" .. and not "UNIX domain socket. Be consistent about the naming. --- src/config/Net.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/config/Net.hxx') diff --git a/src/config/Net.hxx b/src/config/Net.hxx index 2b40d966c..b077f883e 100644 --- a/src/config/Net.hxx +++ b/src/config/Net.hxx @@ -23,14 +23,14 @@ class ServerSocket; /** - * Sets the address or unix socket of a ServerSocket instance + * Sets the address or local socket of a ServerSocket instance * There are three possible ways * 1) Set address to a valid ip address and specify port. * server_socket will listen on this address/port tuple. * 2) Set address to null and specify port. * server_socket will listen on ANY address on that port. - * 3) Set address to a path of a unix socket. port is ignored. - * server_socket will listen on this unix socket. + * 3) Set address to a path of a local socket. port is ignored. + * server_socket will listen on this local socket. * * Throws #std::runtime_error on error. * -- cgit v1.2.3