Open UDP 47009 for WoL

It may work where UDP 9 fails because it's an unprivileged port
This commit is contained in:
Cameron Gutman 2020-08-09 14:00:14 -07:00
parent e4a4d42ece
commit 659d3aea23

View File

@ -53,7 +53,7 @@ static struct port_entry {
{IPPROTO_UDP, 48010}
};
static const int k_WolPorts[] = { 9 };
static const int k_WolPorts[] = { 9, 47009 };
bool UPnPMapPort(struct UPNPUrls* urls, struct IGDdatas* data, int proto, const char* myAddr, int port, bool enable, bool indefinite)
{