File tree 1 file changed +2
-2
lines changed
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:
445
445
* No support for ` SOCK_SEQPACKET ` sockets is proposed, as it has not yet been
446
446
implemented. Since it is connection oriented, there will be a socket type
447
447
` 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.
450
450
* Unix sockets support file descriptor and credential transfer, but these will
451
451
not initially be supported as the ` sendmsg ` /` recvmsg ` interface is complex
452
452
and bindings will need some time to prototype.
You can’t perform that action at this time.
0 commit comments