08-15-2005 03:13 PM
08-16-2005 03:17 AM
Any reason why you're aborting the VIs and not letting them end?
What makes you feel the sockets aren't closed?
Also, working with UDP means you have to make sure yourself that your packets gets to the other side. Any reason not to use TCP?
Another question - any reason not to open a connection once at the beginning and close it at the end?
And last - I don't think there is a VI for doing what you want (although I don't work with UDP). In fact, I'm not even sure LV has a say in the matter once you lost the socket. It might be a pure OS issue by then (but that's just a guess). You could try opening and closing all the ports and see if that helps.