UPD packets doesn't arrive on a Samsung Galaxy Tab 7.7 but they arrive on a HTC Desire
问题 I'm developing an Android 3.1 Tablet application. I'm going to use this app to listen to UDP packets send by a device which is sending UDP packets to 255.255.255.255:8001 every 5 seconds. Using desktop program Docklight scripting v1.9 I see that this device sends a 11 bytes packet every 5 seconds, by my app doesn't receive every packet: sometimes it receives one, and sometimes it receives 5 or 6 packets at the same time. This is my Activity: public class UDPSocketActivity extends Activity {