I'm trying to use the code shown below to send my ip address to the broadcast address of the local wifi router. Note that receiving data using UDPSocket works OK. Only when sending do I get error 13. It's odd that this error is not trapped with try/catch. This same code works fine on Android...