Page 1 of 1

UDP Connections - Release used port

PostPosted: Thu Apr 22, 2021 11:33 am
by tom0101
Hi all,

I am trying to establish a UDP Single Socket Server & Client connection to several Devices on different IP adresses, but all using the same port.

My idea was only start only one connection at a time and stop the other ones.
But if i stop a connection, the ports stay used and can't be used by an other connection.
Is there a way to release the ports when stopping a connection?

Using an UDP Client Device it would work like it should, but this this is no option in the free version of WD.

Using WD 6.5.1 on Windows 10 Pro.

Best, Thomas