Man Pages in
libxs-dev
Carta.tech
Packages
libxs-dev
27
Section 3:
Library calls
xs_bind.3
Accept connections on a socket
xs_close.3
Close crossroads socket
xs_connect.3
Connect a socket
xs_errno.3
Retrieve value of errno for the calling thread
xs_getmsgopt.3
Retrieve message option
xs_getsockopt.3
Get crossroads socket option
xs_init.3
Initialise crossroads context
xs_msg_close.3
Release crossroads message
xs_msg_copy.3
Copy content of a message to another message
xs_msg_data.3
Retrieve pointer to message content
xs_msg_init.3
Initialise empty crossroads message
xs_msg_init_data.3
Initialise crossroads message from a supplied buffer
xs_msg_init_size.3
Initialise crossroads message of a specified size
xs_msg_move.3
Move content of a message to another message
xs_msg_size.3
Retrieve message content size in bytes
xs_poll.3
Input/output multiplexing
xs_recv.3
Receive a message part from a socket
xs_recvmsg.3
Receive a message part from a socket (zero-copy)
xs_send.3
Send a message part on a socket
xs_sendmsg.3
Send a message part on a socket (zero-copy)
xs_setctxopt.3
Set crossroads context options
xs_setsockopt.3
Set crossroads socket options
xs_shutdown.3
Shut down part of the socket
xs_socket.3
Create crossroads socket
xs_strerror.3
Get error message string
xs_term.3
Terminate the context
xs_version.3
Report crossroads library version
6
Section 7:
Miscellaneous
xs.7
Crossroads i/o, a lightweight messaging layer
xs_inproc.7
Local in-process (inter-thread) transport
xs_ipc.7
Local inter-process transport
xs_pgm.7
Reliable multicast transport via pgm protocol
xs_tcp.7
Crossroads unicast transport using tcp
xs_zmq.7
Crossroads i/o zeromq compatibility library