the emulator only listens on 127.0.0.1 on the machine it runs on. This is intentional.
If you're sending the UDP packets to your machine's real IP address (e.g. 192.168.1.1) then the emulator will not see them. you should really use something like ssh port forwarding if you want to do that kind of thing. On Tue, Nov 17, 2009 at 6:07 AM, Gopi$h <[email protected]> wrote: > From a remote machine we are sending some UDP packets to our Android > emulator. We are able to see the UDP packets reaching the host > machine, but not able to reach the emulator, In Wireshark we are > getting "Destination port unreachable" > > The port we are using is:49152 and static ip at both ends > > Is this port supported by android emulator? > What is the solution to get UDP packets to be able to reach till the > emulator? > > Kindly give solution for the same, > Thanks in advance, > -Gopish > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- 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

