10-05-2023 07:18 AM
Hi All,
I'm currently working on an application which needs 2 UDP connections at same time using same IP and port combination. One connection would be a unicast based connection and second one would be multicast. I keep getting the error 60 on this. Is this generally possible? I have read in google that in Windows OS, there is an option to make the address reusable by this option SO_REUSEADDR/ SO_REUSEPORT.
Is it possible to bring this concept to LabVIEW?
Solved! Go to Solution.
11-30-2023 08:03 AM
Just a follow up, I got the solution a day after posting this 🙂
This is normally allowed in Windows OS stack. However, not allowed in LabVIEW by default.
Add command in LabVIEW.ini/EXE ini file. 'SocketSetReuseAddr=TRUE'