Introduction - If you have any usage issues, please Google them yourself
The DatagramSocket on UDP broadcasts sends are always enabled. In order to receive broadcast packets DatagramSocket should be bound to the wildcard address. In some implementations, the DatagramSocket bound to a more specific address ...