DatagramSocket socket = new DatagramSocket(null);socket.setReuseAddress(true);socket.bind(new InetSocketAddress(localAddress, localPort));