mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-02 15:55:40 +00:00
Fix double NAT port test
This commit is contained in:
parent
541a0bf9d9
commit
0867814ae8
@ -784,7 +784,7 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
// We don't actually care about the outcome here but it's nice to have in logs
|
// We don't actually care about the outcome here but it's nice to have in logs
|
||||||
// to determine whether solving the double NAT will actually make Moonlight work.
|
// to determine whether solving the double NAT will actually make Moonlight work.
|
||||||
TestAllPorts(&ss, portMsgBuf, sizeof(portMsgBuf));
|
TestAllPorts((PSOCKADDR_STORAGE)&locallyReportedWanAddr, portMsgBuf, sizeof(portMsgBuf));
|
||||||
|
|
||||||
printf("Detected inconsistency between UPnP/NAT-PMP and STUN reported WAN addresses!\n");
|
printf("Detected inconsistency between UPnP/NAT-PMP and STUN reported WAN addresses!\n");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user