java - Android UDP packet loss -
so i'm writing app sends 5kb packets out 15 times second through udp. understand lose packets seem losing packets after first couple seconds. if slow down send 5kb packets out once every 10 seconds still lose them. cause this?
it's not surprising dropped. payload bigger 512 bytes unlikely make out of network. depends on mtu of router , how bandwidth allocated udp / internet traffic on router.
Comments
Post a Comment