Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e0800d3 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Add comment to netstats proto

Test: Build only
Change-Id: I29d7dbda0f0a8b393f250a9106bcb696e0c2431a
parent a99952c1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -27,12 +27,16 @@ message NetworkStatsServiceDumpProto {

    repeated NetworkInterfaceProto active_uid_interfaces = 2;

    // Device level network stats, which may include non-IP layer traffic.
    NetworkStatsRecorderProto dev_stats = 3;

    // IP-layer traffic stats.
    NetworkStatsRecorderProto xt_stats = 4;

    // Per-UID network stats.
    NetworkStatsRecorderProto uid_stats = 5;

    // Per-UID, per-tag network stats, excluding the default tag (i.e. tag=0).
    NetworkStatsRecorderProto uid_tag_stats = 6;
}