ZegoNetworkProbeTcpResult Class Reference

Inherits from NSObject
Declared in ZegoExpressDefines.h

Overview

tcp probe result

  errorCode

tcp probe errorCode, 0 means the connection is normal

@property (nonatomic, assign) int errorCode

Declared In

ZegoExpressDefines.h

  rtt

tcp rtt, the unit is millisecond

@property (nonatomic, assign) unsigned int rtt

Declared In

ZegoExpressDefines.h

  connectCostTime

tcp connection cost time, the unit is millisecond

@property (nonatomic, assign) unsigned int connectCostTime

Declared In

ZegoExpressDefines.h