Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...