Create a datagram (i.e., UDP) or stream (i.e., TCP) type socket. See function NetSock_Open() for more information.
...
Files
net_bsd.h/net_bsd.c
...
Prototype
| Code Block |
|---|
int socket (int protocol_family,
int sock_type,
int protocol); |
Arguments
protocol_family
Socket protocol family:
...