vert.x
vert.x copied to clipboard
Support for Unix Domain DatagramSocket
Describe the feature
A SOCK_DGRAM variant of an AF_UNIX socket.
Use cases
systemd-notify receives notification from the service through unix-domain datagram-socket.
Contribution
Netty already supports this feature: https://github.com/netty/netty/pull/11423