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:01] – joerg.hampel | kb:labview:networking [2024/04/26 08:00] (current) – joerg.hampel | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | ===== Fallstricke | + | ===== Firewall Configuration |
- | ==== TCP TIME-WAIT ==== | + | [[https:// |
- | + | ||
- | //Why Do I Get Error 60 When Closing and Opening a TCP Connection on the Same Local Port?// | + | |
- | Siehe http:// | ||
---- | ---- | ||
- | ===== NI Discovery Protocol | + | ===== Pitfalls |
- | Discovery of networked National Instruments devices (targets) by other devices (hosts) requires bi-directional communication between host and target. By default, | + | === 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 === | ||
- | ^Port ^Protocol ^Description | + | //Why Do I Get Error 60 When Closing and Opening a TCP Connection on the Same Local Port?// |
- | |5353 |UDP |Discovery of devices using the multicast Domain Name System (mDNS) protocol | + | |
- | |44515 |UDP |Discovery of legacy devices in safe-mode when a routable IP address is not known | | + | * Take a look at: http:// |
- | |44516 |TCP |Discovery | + | |
- | |44525 |UDP |Discovery | + | === 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 | ||
- | //Siehe http://digital.ni.com/public.nsf/ | + | * https://knowledge.ni.com/KnowledgeArticleDetails? |
kb/labview/networking.1504533716.txt.gz · Last modified: 2017/09/04 14:01 by joerg.hampel