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); |