Removed multicast from client
This commit is contained in:
parent
81c399528d
commit
2dae3a6f01
1 changed files with 1 additions and 1 deletions
|
|
@ -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<>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue