Function netio_buffered_listen_socket_init
Defined in File buffered.c
Function Documentation
-
void netio_buffered_listen_socket_init(struct netio_buffered_listen_socket *socket, struct netio_context *ctx, struct netio_buffered_socket_attr *attr)
Initializes a buffered listen socket.
- Parameters:
socket – The socket to initialize
ctx – The NetIO context object in which to initialize the socket
attr – Buffer attributes of the socket. Attributes need to match on the sending and receiving side of a socket