mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
ss-document-support-for-unix-domain
Explain how to use unix domain connection with secure streams
This commit is contained in:
parent
e26f83bd83
commit
d9f249f39f
1 changed files with 7 additions and 0 deletions
|
@ -128,6 +128,13 @@ define the endpoint as, eg, `${region}.mysite.com`, and before
|
|||
attempting the connection setting the stream's metadata item
|
||||
"region" to the desired value, eg, "uk".
|
||||
|
||||
If the endpoint string begins with `+`, then it's understood to
|
||||
mean a connection to a Unix Domain Socket, for Linux `+@` means
|
||||
the following Unix Domain Socket is in the Linux Abstract
|
||||
Namespace and doesn't have a filesystem footprint. This is only
|
||||
supported on unix-type and windows platforms and when lws was
|
||||
configured with `-DLWS_UNIX_SOCK=1`
|
||||
|
||||
### `port`
|
||||
|
||||
The port number as an integer on the endpoint to connect to
|
||||
|
|
Loading…
Add table
Reference in a new issue