...
net_bsd.h/net_bsd.c
Prototype
| Code Block |
|---|
int listen (int sock_id,
int sock_q_size); |
Arguments
sock_id
Socket descriptor/handle identifier of socket to listen.
...
...
net_bsd.h/net_bsd.c
| Code Block |
|---|
int listen (int sock_id,
int sock_q_size); |
sock_id
Socket descriptor/handle identifier of socket to listen.
...