kb:labview:networking
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
kb:labview:networking [2020/07/01 10:21] – joerg.hampel | kb:labview:networking [2024/04/26 08:00] (current) – joerg.hampel | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== 21 Networking ====== | ====== 21 Networking ====== | ||
+ | |||
+ | ===== Firewall Configuration ===== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | |||
+ | ---- | ||
===== Pitfalls ===== | ===== Pitfalls ===== | ||
+ | |||
+ | === IP to String === | ||
+ | |||
+ | The //IP to String// function converts an IP network address to a string. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | The '' | ||
+ | |||
+ | To avoid timeouts, if a resolved name is not required, make sure to wire a '' | ||
+ | |||
+ | |||
=== TCP TIME-WAIT === | === TCP TIME-WAIT === | ||
Line 9: | Line 28: | ||
* Take a look at: http:// | * Take a look at: http:// | ||
- | ==== Nagle Algorithm | + | === Nagle Algorithm === |
- | By default, LabVIEW uses the Nagle algorithm when doing TCP communication. | + | By default, LabVIEW uses the [[https:// |
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. | 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. | ||
* https:// | * https:// |
kb/labview/networking.1593598866.txt.gz · Last modified: 2020/07/01 10:21 by joerg.hampel