-
Is it supported?
-
https://github.com/sindresorhus/got/blob/main/documentation/tips.md#unix-domain-sockets
It's a niche feature and have heard that some teams have their own custom code to prevent it, so it makes sen…
-
So here is a strong opinion that is weakly held. I would like for us to discuss this in detail.
I believe that `auraed` should only start by exposing gRPC server a unix domain socket, as well as a …
-
I use nginx as a reverse proxy on my servers and want to use unix domain sockets as they faster and take less resources than TCP sockets. Also this way it's easier to manage domains in nginx as I don'…
-
The Unix-domain sockets implementation does not support the passing of control data (ancillary data). Supporting passing of extra data is easy enough, but control data is typically used to pass socket…
-
The Unix-domain sockets implementation does not support ``MSG_PEEK`` when calling ``sendmsg()``.
-
### Description
Running firefox 94 with no X11 abstract sockets fails
### Steps to Reproduce
1. Disable X11 abstract sockets, and use only unix domain sockets
2. Create a lightdm config file …
-
Windows native CMake build compiles but does not seem to enable Unix Domain Sockets.
It compiles successfully but the broker fails:
```
> mosquitto.exe --verbose --port \tmp\mosquitto.sock
16898…
-
### Discussed in https://github.com/TaKO8Ki/gobang/discussions/150
Originally posted by **farooqkz** May 11, 2022
Hello.
How can I connect to a MySQL database by providing path to a Unix Doma…
-
Using TCP sockets on localhost raises concerns about local privilege escalation attacks. AF_UNIX sockets are more efficient and more secure.
Advertising AF_UNIX sockets over DNS-SD makes little se…