Remove UDP 7 and add UDP 47009 for WoL
This commit is contained in:
parent
fb6995db94
commit
bd2c74fe90
1 changed files with 2 additions and 1 deletions
|
|
@ -157,8 +157,9 @@ bool NvComputer::wake()
|
|||
}
|
||||
|
||||
const quint16 WOL_PORTS[] = {
|
||||
7, 9, // Standard WOL ports
|
||||
9, // Standard WOL port (privileged port)
|
||||
47998, 47999, 48000, 48002, 48010, // Ports opened by GFE
|
||||
47009, // Port opened by Moonlight Internet Hosting Tool for WoL (non-privileged port)
|
||||
};
|
||||
|
||||
// Create the WoL payload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue