UDP server doesnt accept calls from outside.
- by rayman
Hi,
ive implement simple udp server on my Android device.(sdk 1.5)
it works fine when i am runnning a local client on the phone sends through it trigger to my server.
but when i try to get udp call from an outside server to my phone, it doesnt work.
already make sure the outside server isnt blocked by firewall and it's sending the udp trigger to…