-
Please allow for the optimizer-docker web server to listen on a configurable UNIX domain socket. Given that the service is almost always bound to be used locally it seems to be a feature that would be…
-
In reviewing the documentation and code I cannot see how Unix-domain sockets ([https://www.postgresql.org/docs/9.5/libpq-connect.html#AEN43017](https://www.postgresql.org/docs/9.5/libpq-connect.html#A…
-
I'd like to add support for Unix-domain sockets.
These satisfy the MQTT v5 transport requirement for "ordered, lossless, [bidirectional] stream of bytes", but on a local machine, they provide high…
-
Currently it's only possible to open TCP (or TLS) connections on IPv4. This should include other socket types that Autobahn supports.
We can't just export Twisted endpoints as "the" API as that can't…
-
***Issue migrated from Redmine: https://redmine.postgresql.org/issues/6756***
*Originally created by **Jeff Janes** at 2021-09-19 16:13:20 UTC.*
Starting in v14, Unix-domain sockets will work on Wind…
-
Can rinetd support forwarding UNIX domain socket?
-
### Feature description
Feature request https://github.com/weechat/weechat/issues/733 made it possible for the WeeChat relay to listen on UNIX domain sockets. Would it be possible to also support UNI…
-
One unicast port per domain participant it serves, chosen by the kernel from the list of anonymous ports, that is, >= 32768.
Can this unicast port number be configured with a static port number?
-
UNIX sockets are pretty commonly used for backend services which run on the same server, especially when security is a concern, as they make it easy not to give the backend network access and control …
-
One might not want to every user under a system to have access to the i2pd daemon. UNIX domain sockets work great in this scenario as you can use traditional user administration (users and groups) to …