xupnpd: Import r398 from packages and update to r399.

This commit is contained in:
Álvaro Fernández Rojas
2014-06-11 00:33:55 +02:00
parent 70a369d813
commit 4aaeb5fd68
4 changed files with 184 additions and 0 deletions
@@ -0,0 +1,15 @@
--- a/xupnpd.lua
+++ b/xupnpd.lua
@@ -1,10 +1,10 @@
cfg={}
-- multicast interface for SSDP exchange, 'eth0', 'br0', 'br-lan' for example
-cfg.ssdp_interface='lo'
+cfg.ssdp_interface='br-lan'
-- 'cfg.ssdp_loop' enables multicast loop (if player and server in one host)
-cfg.ssdp_loop=1
+cfg.ssdp_loop=0
-- SSDP announcement interval
cfg.ssdp_notify_interval=15