Hi,
i am trying to write simple udp client to send "echo' messages to my
host, eg. from 10.0.2.15 (emulator ip) to 192.168.1.193 ( my host). I
redirected host port 40000 to emulator port 60000
adb forward udp:40000 udp:60000
so my udp client sends to 192.168.193:60000 but i don't receive
anything on host. Is there anything else i am missing, should i also
add emulator to routing table of host ("route add")?
Thanks,
-V

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to