io.sockets.unix: Fix ipv6 sends for udp on osx.
parent
a12a56f777
commit
3cd2775855
|
@ -162,7 +162,7 @@ M: unix (receive-unsafe)
|
|||
] when ; inline recursive
|
||||
|
||||
M: unix (send)
|
||||
[ make-sockaddr/size ] [ [ handle>> ] keep ] bi* do-send ;
|
||||
[ make-sockaddr/size-outgoing ] [ [ handle>> ] keep ] bi* do-send ;
|
||||
|
||||
! Unix domain sockets
|
||||
M: local protocol-family drop PF_UNIX ;
|
||||
|
|
Loading…
Reference in New Issue