File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -445,8 +445,8 @@ Some functionality is notably absent from this proposal:
445445* No support for ` SOCK_SEQPACKET ` sockets is proposed, as it has not yet been
446446 implemented. Since it is connection oriented, there will be a socket type
447447 ` UnixSeqPacket ` and a listener type ` UnixSeqListener ` . The naming of the
448- listener is a bit unfortunate, but use ` SOCK_SEQPACKET ` is rare compared to
449- ` SOCK_STREAM ` so naming priority can go to that version.
448+ listener is a bit unfortunate, but use of ` SOCK_SEQPACKET ` is rare compared
449+ to ` SOCK_STREAM ` so naming priority can go to that version.
450450* Unix sockets support file descriptor and credential transfer, but these will
451451 not initially be supported as the ` sendmsg ` /` recvmsg ` interface is complex
452452 and bindings will need some time to prototype.
You can’t perform that action at this time.
0 commit comments