[Overview][Constants][Types][Procedures and functions][Variables] |
Set socket options.
Source position: socketsh.inc line 188
function SetSocketOptions( |
Sock: LongInt; |
Level: LongInt; |
OptName: LongInt; |
const OptVal; |
optlen: LongInt |
):LongInt; |
SetSocketOptions sets the connection options for socket Sock. The socket may be manipulated at different levels, indicated by Level, which can be one of the following:
For more information on this call, refer to the unix manual page setsockopt
Errors are reported in SocketError, and include the following:
|
Get current socket options |