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:
Justin Maggard
2013-10-22 18:50:09 -07:00
parent 2e68335430
commit c96e6e2adb
3 changed files with 14 additions and 12 deletions

View File

@@ -40,7 +40,7 @@
int getsyshwaddr(char *buf, int len);
int get_remote_mac(struct in_addr ip_addr, unsigned char *mac);
void reload_ifaces(void);
void reload_ifaces(int notify);
int OpenAndConfMonitorSocket();
void ProcessMonitorEvent(int s);