Internet Direct (Indy)
Home
PreviousUpNext
TLinger Record

Represents linger options for the protocol stack.

Pascal
TLinger = record
  l_onoff: Word;
  l_linger: Word;
end;

TLinger is a record type that represents the linger options used by the protocol stack implementation for Windows. 

l_onoff indicate if linger is enabled using socket options. 

l_linger indicates the linger delay when l_onoff contains a non-zero value.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.