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
The Socket class in the Network-Kernel package only provides support for TCP/IP when the SocketPlugin also provides primitive (primSocketCreateNetwork: 1 type:...) for Unix Domain Socket (AF_UNIX). I'd be nice if we can generalize the Socket class to support UDS or add a subclass and also allow for filepath-based network address for UDS.
The text was updated successfully, but these errors were encountered:
nafiz1001
changed the title
[feauture-req] Unix Domain Socket
[feature-req] Unix Domain Socket
Jun 27, 2024
The Socket class in the Network-Kernel package only provides support for TCP/IP when the SocketPlugin also provides primitive (
primSocketCreateNetwork: 1 type:...
) for Unix Domain Socket (AF_UNIX
). I'd be nice if we can generalize the Socket class to support UDS or add a subclass and also allow for filepath-based network address for UDS.The text was updated successfully, but these errors were encountered: