Indicates the socket connection can use the Nagle algorithm.
property UseNagle: boolean;
Description
UseNagle is a Boolean property that indicates if the socket connection in Binding can use the Nagle algorithm for send coalescing during output operations to the handle. The default value for UseNagle is True, as assigned in the Create constructor.
UseNagle is use in ConnectClient to determine if the Binding must set socket options that reflect the use of the algorithm during output operations.