S_PING

const val S_PING: Int = 2(source)

信令2 PING

  • 方向:client -> server

  • 说明:每隔 30s(随机-5,+5),将当前的最大 sn 传给服务端,客户端应该在 6s 内收到 PONG, 否则心跳超时。