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