摘要: DatagramSocket socket = new DatagramSocket(null);socket.setReuseAddress(true);socket.bind(new InetSocketAddress(localAddress, localPort)); 阅读全文
posted @ 2014-06-05 15:33 acahesky 阅读(757) 评论(0) 推荐(0) 编辑