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 [2017/09/04 14:04] – joerg.hampel | kb:labview:networking [2024/04/26 08:00] (current) – joerg.hampel | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== 21 Networking ====== | ====== 21 Networking ====== | ||
- | ===== Fallstricke | + | ===== Firewall Configuration |
- | ==== TCP TIME-WAIT | + | [[https:// |
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== 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 === | ||
//Why Do I Get Error 60 When Closing and Opening a TCP Connection on the Same Local Port?// | //Why Do I Get Error 60 When Closing and Opening a TCP Connection on the Same Local Port?// | ||
- | Siehe http:// | + | * Take a look at: http:// |
+ | |||
+ | === Nagle Algorithm === | ||
+ | |||
+ | 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. | ||
+ | * https:// |
kb/labview/networking.1504533846.txt.gz · Last modified: 2017/09/04 14:04 by joerg.hampel