The UnixSockUtil
structure extends the SockUtil
structure with an additional operation for making Unix-domain connections.
Synopsis
signature UNIX_SOCK_UTIL
structure UnixSockUtil : UNIX_SOCK_UTIL
Interface
include SOCK_UTIL
val connectUnixStrm : string -> UnixSock.unix stream_sock
Description
include SOCK_UTIL
-
The
UnixSockUtil
structure includes the operations from theSockUtil
structure. val connectUnixStrm : string -> UnixSock.unix stream_sock
-
connectUnixStrm path
establishs a client-side connection to the Unix-domain stream socket specified bypath
.