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.
The text was updated successfully, but these errors were encountered:
The
SocketFd
enum in theactivation
module currently wraps any Unix Domain Socket asUnix
. We should split this type into two types:UnixStream
andUnixDgram
via getsockopt(3) +SO_TYPE
.The text was updated successfully, but these errors were encountered: