Fix a minor documentation bug in TrafficStats.

Change-Id: I3cf2199797d875ccb6ab432c298afaace44c7527
Signed-off-by: Ashish Sharma <ashishsharma@google.com>
This commit is contained in:
Ashish Sharma
2011-01-31 14:29:42 -08:00
parent df852d8860
commit 2e11488c90

View File

@@ -219,7 +219,7 @@ public class TrafficStats {
public static native long getUidTcpTxSegments(int uid); 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/..). * Does not include TCP control packets (SYN/ACKs/FIN/..).
* The statistics are across all interfaces. * The statistics are across all interfaces.
* *