Hi all
I am trying to run client server UDP program . My both machines are in different networks. I have set up port forwarding in my router.
My server has two IP Address : 1) External 200.?.?.? 2) Internal 192.168.0.100
While creating UDP server I need to create a socket which is binded to addresss.
What address should I bind socket to, external or internal?
I tried with internal address but it is not getting any data from client.
Suggestions...