书栈网 · BookStack 本次搜索耗时 0.056 秒,为您找到 11469 个相关结果.
  • 3.3.9 socket.compress(value)

    socket.compress(value) socket.compress(value) value (Boolean) Returns Socket 为后续事件发送设置一个修饰符,该修饰符只在值为true 时压缩事件数据。不调用方法时默认为true 。 socket . compress ( false ). emit ( 'an ev...
  • dead_socket_detection_timeout

    dead_socket_detection_timeout 用于设置检测失效 Socket 的时间间隔。 属性 描述 参数类型 时间类型 默认值 10s 取值范围 [0s, 2h] 是否重启 OBServer 生效 否 其中: 当 dead_socket_detection_timeout 的值为 0 时,表示禁用 Soc...
  • dead_socket_detection_timeout

    dead_socket_detection_timeout 用于设置检测失效 Socket 的时间间隔。 属性 描述 参数类型 时间类型 默认值 10s 取值范围 [0s, 2h] 是否重启 OBServer 生效 否 其中: 当 dead_socket_detection_timeout 的值为 0 时,表示禁用 Soc...
  • 9.3. Unix Socket commands

    9.3. Unix Socket commands 9.3. Unix Socket commands The stats socket is not enabled by default . In order to enable it , it is necessary to add one line in the ...
  • dead_socket_detection_timeout

    dead_socket_detection_timeout 用于设置检测失效 Socket 的时间间隔。 属性 描述 参数类型 时间类型 默认值 10s 取值范围 [0s, 2h] 是否重启 OBServer 生效 否 其中: 当 dead_socket_detection_timeout 的值为 0 时,表示禁用 Soc...
  • dead_socket_detection_timeout

    dead_socket_detection_timeout 用于设置检测失效 Socket 的时间间隔。 属性 描述 参数类型 时间类型 默认值 10s 取值范围 [0s, 2h] 是否重启 OBServer 生效 否 其中: 当 dead_socket_detection_timeout 的值为 0 时,表示禁用 Soc...
  • 4.3.10 socket_on_eventName_callback

    socket.on(eventName,callback) socket.on(eventName,callback) (继承 EventEmitter ) eventName (String) callback (Function) Returns Socket 为给定事件注册新的处理程序。 socket . on ( 'news'...
  • 4.3.20 socket_compress_value

    socket.compress(value) socket.compress(value) value (Boolean) 是否压缩以下数据包 Returns 连接socket 为后续事件设置一个修饰符,该修饰符只在值为true 时压缩事件数据。不调用方法时默认为true 。 io . on ( 'connection' , socket ...
  • Powershell(4)-Socket网络编程

    Powershell(4)-Socket网络编程 Scoket-Tcp编程 Powershell(4)-Socket网络编程 这一小节我们介绍Powershell中的Socket编程,网络编程是所有语言中绕不开的核心点,下面我们通过对代码的分析来让大家对PS中的Socket有一个初步的了解。 Scoket-Tcp编程 开始之前我们先想想...
  • ss - 获取socket统计信息

    ss 补充说明 语法 选项 实例 出所有端口为 22(ssh)的连接 ss 获取socket统计信息,iproute2 包附带的另一个工具,允许你查询 socket 的有关统计信息。 补充说明 ss命令 用来显示处于活动状态的套接字信息。ss命令可以用来获取socket统计信息,它可以显示和netstat类似的内容。但ss的优势在于...