Internet Direct (Indy)
Home
PreviousUpNext
TIdIOHandlerSocket.UseNagle Property

Indicates the socket connection can use the Nagle algorithm.

Pascal
property UseNagle: boolean;

UseNagle is a boolean property that indicates if the socket handle in Binding can use the Nagle algorithm for send coalescing during output operations. The default value for UseNagle is True, as assigned in the Create constructor. 

UseNagle is used when opening the connection for the IOHandler, and determine if the Binding must set socket options that reflect the use of the algorithm during output operations.

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.