ServerSocket_setBacklog

Function ServerSocket_setBacklog 

Source
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 instance
  • backlog - the number of pending connections in the queue