finalLoss property

int? finalLoss
getter/setter pair

该线路的总丢包率(%),该值越小越好,例如,丢包率为0表示网络很好, 丢包率是该线路的 userId 从上行到服务器再到下行的总丢包率。 如果 downLoss 为0, 但是 finalLoss 不为0,说明该 userId 在上行就出现了无法恢复的丢包

Implementation

int? finalLoss;