Sack Library Documentation
|
IMPORT_METHOD void SetTCPNoDelay(PCLIENT pClient, int bEnable);
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.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|