Skip to content

linger

Record used in setsockopt

Declaration

Source position: socketsh.inc line 100

Type
linger = packed record
  l\_onoff : cint;
  l\_linger : cint;
end

Description

This record is used in the fpsetsockopt call to specify linger options.

See also

Name Description
cint
cint
fpsetsockopt Set socket options.