aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Gasper <felipe@felipegasper.com>2021-10-25 15:01:58 -0400
committerAndy Green <andy@warmcat.com>2021-10-26 06:54:11 +0100
commit26f5cb71e767e581cca33b36de131f873b63e012 (patch)
tree222239c069205f46331bd68525f9fc70840b8943
parent1a69afaf6ec8c78ee6537293336b962e0cd4d695 (diff)
downloadlibwebsockets-26f5cb71e767e581cca33b36de131f873b63e012.tar.gz
docs: client: Add UNIX socket connection notes for clients
-rw-r--r--include/libwebsockets/lws-client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libwebsockets/lws-client.h b/include/libwebsockets/lws-client.h
index 8727cf56..4b7fa8cd 100644
--- a/include/libwebsockets/lws-client.h
+++ b/include/libwebsockets/lws-client.h
@@ -114,7 +114,8 @@ struct lws_client_connect_info {
int ssl_connection;
/**< 0, or a combination of LCCSCF_ flags */
const char *path;
- /**< uri path */
+ /**< URI path. Prefix with + for a UNIX socket. (+@ for
+ * a Linux abstract-namespace socket) */
const char *host;
/**< content of host header */
const char *origin;