Skip to content

Home > @esengine/ecs-framework-monorepo > IConnectionStats

IConnectionStats interface

连接统计信息

Signature:

typescript
export interface IConnectionStats

Properties

Property

Modifiers

Type

Description

bytesReceived

number

接收字节数

bytesSent

number

发送字节数

connectTime?

number

(Optional) 连接时间

disconnectTime?

number

(Optional) 断开时间

latency?

number

(Optional) 延迟(毫秒)

messagesReceived

number

接收消息数

messagesSent

number

发送消息数

reconnectCount

number

重连次数

state

ConnectionState

连接状态

基于 MIT 许可证发布