Expand description
Unix domain socket module - port of Modules/socket.c
Provides zsocket builtin for Unix domain socket operations.
Structs§
- Unix
Socket - Unix socket session
- Zsocket
Options - Options for zsocket builtin
Functions§
- builtin_
zsocket - Execute zsocket builtin
- socket_
accept - Accept a connection on a listening Unix socket
- socket_
close - Close a socket
- socket_
connect - Connect to a Unix socket
- socket_
listen - Create a listening Unix socket
- socket_
test - Test if a socket has pending connections