vert.x icon indicating copy to clipboard operation
vert.x copied to clipboard

Support for Unix Domain DatagramSocket

Open Eng-Fouad opened this issue 1 year ago • 0 comments

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

Eng-Fouad avatar Jun 01 '24 07:06 Eng-Fouad