TBlockSocket.SetLinger
TBlockSocket     

procedure SetLinger(Enable: Boolean; Linger: Integer);

Unit
blcksock

Description
Sets linger. Enabled linger means that the system waits another LINGER (in milliseconds) time for delivery of sent data.

This function is only for stream type of socket! (TCP)


See also:
TTCPBlockSocket