diff --git a/src/zutil/net/ssdp/SSDPClient.java b/src/zutil/net/ssdp/SSDPClient.java index a2517e4..4b356dd 100755 --- a/src/zutil/net/ssdp/SSDPClient.java +++ b/src/zutil/net/ssdp/SSDPClient.java @@ -61,7 +61,7 @@ public class SSDPClient extends ThreadedUDPNetwork implements ThreadedUDPNetwork * @throws IOException */ public SSDPClient() throws IOException{ - super(null); + super( null, SSDPServer.SSDP_MULTICAST_ADDR, SSDPServer.SSDP_PORT ); super.setThread(this); services_st = new HashMap<>();