Cameron Gutman 05413a554c Work around IGDs that deduplicate entries based on the internal port
This is a violation of the UPnP IGD specification but we can relay through an alternate port as a workaround.
2020-08-10 21:16:21 -07:00

5 lines
87 B
C

#pragma once
#define RELAY_PORT_OFFSET -10000
int StartUdpRelay(unsigned short Port);