Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::network::tcp::SetTCPNoDelay Function
C++
IMPORT_METHOD void SetTCPNoDelay(PCLIENT pClient, int bEnable);
Parameters 
Description 
PCLIENT pClient 
network client to control the nagle algorithm. 
int bEnable 
(TRUE)disable NAGLE or (FALSE)enable NAGLE (TRUE)nodelay (FALSE)packet gather delay 

TCP sockets have what is called a NAGLE algorithm that helps them gather small packets into larger packets. This implies a latency on sent communications, but can provide a boost to overall speed.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!