socketsudppacket-loss

UDP packet loss rate might increase on conditions?


Does UDP packet loss percentage might increase considering packet size? For example if I send 100'000 packets, in first try byte[] size is 30, but second 300. Could packet size play role in it's drop ability or packet loss percentage is not its size dependent?


Solution

  • The packet loss is depending on the size of the packet. This has several reasons.