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 SocketFd enum in the activation module currently wraps any Unix Domain Socket as Unix. We should split this type into two types: UnixStream and UnixDgram via getsockopt(3) + SO_TYPE.