Hi! I'm working on a C++ library which uses TCP to estabilish
communications with the LAN. I've been able to use it without problems
on a real device with Android, but I'm not able to use it on the
emulator. I suppose it is because the emulator doesn't have access to
my LAN.

I read the documentation, and, as far as I can understand, it is
necessary to forwards ports for incoming connections with the redir
command. Unfortunately my library uses many different ports randomly,
jumping from one to the other as threads are spawned. So, would it be
possible to forward entire ranges of ports instead of single ports?

Thanks for any advice!

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

Reply via email to