You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since UNIXServer and UNIXSocket use a real fd and jnr-enxio, they could both support for_fd without too much effort.
One minor issue that would need to be fixed is that there's no way to create a UNIXSocket from jnr/jnr-unixsocket with a given fd; it handles creating the fd in its factory methods and does not expose the fd-receiving constructor.
The text was updated successfully, but these errors were encountered:
Since UNIXServer and UNIXSocket use a real fd and jnr-enxio, they could both support for_fd without too much effort.
One minor issue that would need to be fixed is that there's no way to create a UNIXSocket from jnr/jnr-unixsocket with a given fd; it handles creating the fd in its factory methods and does not expose the fd-receiving constructor.
The text was updated successfully, but these errors were encountered: