kb:labview:networking
This is an old revision of the document!
21 Networking
Firewall Configuration
Pitfalls
TCP TIME-WAIT
Why Do I Get Error 60 When Closing and Opening a TCP Connection on the Same Local Port?
Nagle Algorithm
By default, LabVIEW uses the Nagle algorithm when doing TCP communication.
The Nagle algorithm is one of the basic algorithms of TCP that helps reduce Internet traffic by combining several small packets into a single large one. While this increases the efficiency of sending large messages such as those commonly sent in normal Internet traffic, the algorithm can introduce some latency for situations where small amounts of information are being sent back and forth, such as in instrument handshaking.
kb/labview/networking.1600249496.txt.gz · Last modified: 2020/09/16 09:44 by joerg.hampel