Le 23.02.2018 à 13:28, Yangfl a écrit :
> Hi,
>
> In config.h:
> /* Uncomment the following line in order to make minissdpd
> * listen on 1.2.3.4:1900 instead of *:1900
> * Note : it prevents broadcast packets to be received,
> *at least with linux */
> /*#define SSDP_LISTEN_ON_SPECIFIC_
Hello,
Indeed minissdpd does bind() the socket on *:1900 but adds membership
(join group for IPv6) to the multicast group 239.255.255.250(FF02::C,
FF05::C) only on the specified interface(s).
https://github.com/miniupnp/miniupnp/blob/master/minissdpd/openssdpsocket.c#L105
Then, the first thing do
Hi,
In config.h:
/* Uncomment the following line in order to make minissdpd
* listen on 1.2.3.4:1900 instead of *:1900
* Note : it prevents broadcast packets to be received,
*at least with linux */
/*#define SSDP_LISTEN_ON_SPECIFIC_ADDR*/
It should be OK to enable such option since UPn
Package: minissdpd
Version: 1.1.20120121-1
Severity: normal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tiger automatic auditing software alerted me that minissdpd was listening
on all network interfaces in the default configuration. I modified
the config to specify the IP address of the interf
4 matches
Mail list logo