mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-01 07:15:32 +00:00
This is a violation of the UPnP IGD specification but we can relay through an alternate port as a workaround.
5 lines
87 B
C
5 lines
87 B
C
#pragma once
|
|
|
|
#define RELAY_PORT_OFFSET -10000
|
|
|
|
int StartUdpRelay(unsigned short Port); |