Skip the initial ssdp:alive packets when initially registering our network
interfaces during startup, so the byebye's can come first.
This commit is contained in:
@ -169,7 +169,7 @@ sighup(int sig)
|
||||
signal(sig, sighup);
|
||||
DPRINTF(E_WARN, L_GENERAL, "received signal %d, re-read\n", sig);
|
||||
|
||||
reload_ifaces();
|
||||
reload_ifaces(1);
|
||||
}
|
||||
|
||||
/* record the startup time */
|
||||
@ -904,7 +904,7 @@ init(int argc, char **argv)
|
||||
}
|
||||
|
||||
set_startup_time();
|
||||
reload_ifaces();
|
||||
reload_ifaces(0);
|
||||
|
||||
/* presentation url */
|
||||
if (presurl)
|
||||
|
Reference in New Issue
Block a user