diff --git a/include/libwebsockets/lws-client.h b/include/libwebsockets/lws-client.h index 69deb85c2..091b6a966 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;