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

Commit beda53d5 authored by Ashish Sharma's avatar Ashish Sharma
Browse files

Fix a minor documentation bug in TrafficStats.



Change-Id: I3cf2199797d875ccb6ab432c298afaace44c7527
Signed-off-by: default avatarAshish Sharma <ashishsharma@google.com>
parent a66cf878
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@ public class TrafficStats {
    public static native long getUidTcpTxSegments(int uid);

    /**
     * Get the number of TCP payload bytes received for this UID.
     * Get the number of TCP segments received for this UID.
     * Does not include TCP control packets (SYN/ACKs/FIN/..).
     * The statistics are across all interfaces.
     *