pub unsafe extern "C" fn ServerSocket_setBacklog(
self_: ServerSocket,
backlog: c_int,
)Expand description
set the maximum number of pending connections in the queue
Implementation of this function is OPTIONAL.
ยงArguments
self- the server socket instancebacklog- the number of pending connections in the queue