Skip to main content

Module socket

Module socket 

Source
Expand description

Unix domain socket module - port of Modules/socket.c

Provides zsocket builtin for Unix domain socket operations.

Structs§

UnixSocket
Unix socket session
ZsocketOptions
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