FACT++  1.0
int dim_get_listen_backlog ( )

Definition at line 118 of file tcpip.c.

References Listen_backlog.

119 {
120  return(Listen_backlog);
121 }
static int Listen_backlog
Definition: tcpip.c:103