[Overview][Constants][Types][Procedures and functions] | Reference for unit 'Sockets' (#rtl) |
Set socket options.
Source position: socketsh.inc line 192
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 |
No notes exist for this page yet.