set-socket-option
Name
set-socket-option -- Sets a socket option.
Type: function
Synopsis
set-socket-option
( fd level option value, );
Arguments
- fd
An instance of <fixnum>
- level
An instance of <symbol>
- option
An instance of <symbol>
- value
An instance of <object>
Description
Sets a socket option using setsockopt(). The required type of
value depends on the option being set.