-
Hi Maintainers,
I have found, support for using custom external sockets is not available in beast, as noted in this [issue](https://github.com/boostorg/beast/issues/2055). Specifically, I encounter…
-
**Describe the bug**
When using the gen_udp module with Unix domain sockets, sending packets can return an `EINTR` error, which seems to be unexpected by the `sendto` implementation in inet, as it …
-
Allow the 'port' parameter to support local unix sockets, for reverse proxying
-
redis-server can use only UNIX sockets (i.e. no TCP sockets) by setting `port` to 0 and `unixsocket` to the pathname of a UNIX socket. Redis.jl only supports TCP sockets currently so it cannot access…
-
The SSH agent support in the default “vault” scheme assumes a UNIX host system, where all sensible SSH agent implementations use UNIX domain (`AF_UNIX`) sockets to connect the SSH client to the SSH ag…
-
Add support for unix sockets... Should be able to leverage fs.
-
## Tinyproxy version
1.11.0 stable.
## Issue
It would be great if tinyproxy could connect to upstream unix sockets. The syntax would presumably look something like this:
```
Upstream socks5…
-
> Since GLib 2.72, `GUnixSocketAddress` is available on all platforms. It requires underlying system support (such as Windows 10 with AF_UNIX) at run time.
>
> Before GLib 2.72, `` belonged to the …
-
Hi @walkor
Does `workerman` support creating UNIX socket servers?
-
Greetings,
I am facing a situation where a piece of software I am running is attempting to create a unix socket for local use in the same directory as its configuration files. As it happens, I wish…