Merge "Fix RttManager documation unit issue." into oc-dev
am: 41c1e3f1aa
Change-Id: I45d508c6f5ecf97f5166dbfb52d61fc8465b51b5
This commit is contained in:
@@ -660,10 +660,10 @@ public class RttManager {
|
|||||||
@Deprecated
|
@Deprecated
|
||||||
public int tx_rate;
|
public int tx_rate;
|
||||||
|
|
||||||
/** average transmit rate. Unit (100kbps). */
|
/** average transmit rate. Unit (kbps). */
|
||||||
public int txRate;
|
public int txRate;
|
||||||
|
|
||||||
/** average receiving rate Unit (100kbps). */
|
/** average receiving rate Unit (kbps). */
|
||||||
public int rxRate;
|
public int rxRate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -673,7 +673,7 @@ public class RttManager {
|
|||||||
@Deprecated
|
@Deprecated
|
||||||
public long rtt_ns;
|
public long rtt_ns;
|
||||||
|
|
||||||
/** average round trip time in 0.1 nano second. */
|
/** average round trip time in picoseconds. */
|
||||||
public long rtt;
|
public long rtt;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -683,7 +683,7 @@ public class RttManager {
|
|||||||
@Deprecated
|
@Deprecated
|
||||||
public long rtt_sd_ns;
|
public long rtt_sd_ns;
|
||||||
|
|
||||||
/** standard deviation of RTT in 0.1 ns. */
|
/** standard deviation of RTT in picoseconds. */
|
||||||
public long rttStandardDeviation;
|
public long rttStandardDeviation;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -693,7 +693,7 @@ public class RttManager {
|
|||||||
@Deprecated
|
@Deprecated
|
||||||
public long rtt_spread_ns;
|
public long rtt_spread_ns;
|
||||||
|
|
||||||
/** spread (i.e. max - min) RTT in 0.1 ns. */
|
/** spread (i.e. max - min) RTT in picoseconds. */
|
||||||
public long rttSpread;
|
public long rttSpread;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user