質問

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