get-socket-option
Name
get-socket-option -- Get a socket option value.
Type: function
Synopsis
get-socket-option
( fd level option, value);
Arguments
- fd
An instance of <fixnum>
- level
An instance of <symbol>
- option
An instance of <symbol>
Return Values
- value
An instance of <object>
Description
Gets the value of a socket option using getsockopt().
The returned type of value depends on the option being set.
The valid values for level are:
The valid values for option are: