dell_jockey wrote:
Perhaps this assertion is only correct if the remote site's firewall administrator indeed allows UDP connects?
No, nothing is sent to remote server, actually nothing is sent at all by application using this code, the only thing it does with network is regular DNS-query sent by OS [if needed and if possible]
User_Russian wrote:With enabled unicode support, it is not working. Function OpenNetworkConnection returns 0.
I'm always compiling with unicode, just finished my client-server based TCP tunneling app (using own simple protocol fully encrypted, to pack original stream), tested on 3 PCs over Internet [2x Win7 x64 and 1 XP x32, all using 32bit exe] and everything worked fine resolving DDNS-host with this stuff.
But of course need more detailed results to be sure, all that Win10/8/Vista, different linux builds, both for 32/64 etc.