Versions Compared

Key

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

Set a socket to accept incoming connections. The socket must already be bound to a local address. If successful, incoming TCP connection requests addressed to the socket’s local address will be queued until accepted by the socket (see function NetSock_Accept()).

Files

net_sock.h/net_sock.c
net_bsd.h/net_bsd.c

...