Skip to content

Commit

Permalink
ss-document-support-for-unix-domain
Browse files Browse the repository at this point in the history
Explain how to use unix domain connection with secure streams
  • Loading branch information
lws-team committed Mar 28, 2020
1 parent e26f83b commit d9f249f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/secure-streams/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9f249f

Please sign in to comment.