Is there a way to find the total number of packets dropped from a process ID?

Does TrafficStats.getUidTxPackets (int uid) consists of the total packets (dropped + successfully transmitted)?

没有正确的解决方案

其他提示

There is no way to know if a UDP packet is dropped once it has left the device. This is fundamental to how UDP operates.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top