On Tue, Nov 17, 2009 at 8:26 AM, David Turner <di...@android.com> wrote:

> the emulator only listens on 127.0.0.1 on the machine it runs on. This is
> intentional.
>
> to make it clear, it only listens on 127.0.0.1 after you setup any
redirection (either though adb or the emulator's console)


> 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 <gopi...@gmail.com> 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 android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
>> 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 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