Mount Fuji Engine  0.8b
int MFSockets_SetSocketOptions ( MFSocket  socket,
MFSocketOptions  option,
const void *  optval,
int  optlen 
)

Sets a socket option.

Parameters
socketDescriptor identifying a socket.
optionSocket option for which the value is to be set.
optvalPointer to the buffer in which the value for the requested option is specified.
optlenSize of the optval buffer, in bytes.
Returns
If no error occurs, zero is returned.