Versions Compared

Key

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

...

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.

...