SAT>IP: Use any UDP port for the UPnP client responses
This commit is contained in:
parent
b1ea9d4a2b
commit
12c01ab8b4
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ upnp_thread( void *aux )
|
|||
NULL, 32*1024);
|
||||
if (multicast == NULL || multicast == UDP_FATAL_ERROR)
|
||||
goto error;
|
||||
unicast = udp_bind("upnp", "upnp_thread_unicast", bindaddr, 1900,
|
||||
unicast = udp_bind("upnp", "upnp_thread_unicast", bindaddr, 0,
|
||||
NULL, 32*1024);
|
||||
if (unicast == NULL || unicast == UDP_FATAL_ERROR)
|
||||
goto error;
|
||||
|
|
Loading…
Add table
Reference in a new issue