PathStats
用于获取特定网络路径的统计数据。
C++
struct PathStats {
MultipathType type;
int txKBitRate;
int rxKBitRate;
};
自从
自 v4.6.0 版本新增。
type
网络路径的类型。详见 MultipathType。
txKBitRate
该路径的传输码率,单位为 Kbps。
rxKBitRate
该路径的接收码率,单位为 Kbps。
用于获取特定网络路径的统计数据。
struct PathStats {
MultipathType type;
int txKBitRate;
int rxKBitRate;
};