Removed multicast from client

This commit is contained in:
Ziver Koc 2015-11-02 15:47:38 +01:00
parent 81c399528d
commit 2dae3a6f01

View file

@ -61,7 +61,7 @@ public class SSDPClient extends ThreadedUDPNetwork implements ThreadedUDPNetwork
* @throws IOException
*/
public SSDPClient() throws IOException{
super( null, SSDPServer.SSDP_MULTICAST_ADDR, SSDPServer.SSDP_PORT );
super(null);
super.setThread(this);
services_st = new HashMap<>();