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.
This commit is contained in:
Cameron Gutman
2020-08-10 21:16:21 -07:00
parent 5f015acdaa
commit 05413a554c
5 changed files with 148 additions and 0 deletions
+2
View File
@@ -163,6 +163,7 @@
<ItemGroup>
<ClCompile Include="miss.cpp" />
<ClCompile Include="pcp.cpp" />
<ClCompile Include="relay.cpp" />
<ClCompile Include="tracer.cpp" />
</ItemGroup>
<ItemGroup>
@@ -170,6 +171,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\version.h" />
<ClInclude Include="relay.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">