7576777879808182838485
} } public boolean advertise() { if(mDNS == null) return false; mService = new ServiceInfo("_auction._tcp.local.", hostName, servicePort, serviceURL); try { mDNS.registerService(mService); } catch(IOException ioe) { return false; }