|
Sets a socket option.
- Parameters
-
socket | Descriptor identifying a socket. |
option | Socket option for which the value is to be set. |
optval | Pointer to the buffer in which the value for the requested option is specified. |
optlen | Size of the optval buffer, in bytes. |
- Returns
- If no error occurs, zero is returned.
|