SocketShutdown

How a socket is shutdown:

Values

ValueMeaning
RECEIVESD_RECEIVE

socket receives are disallowed

SENDSD_SEND

socket sends are disallowed

BOTHSD_BOTH

both RECEIVE and SEND

Meta