书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 7794 个相关结果.
  • UDP 控制器

    UDP 控制器 定义 注解 @UdpRoute 动作响应数据 响应当前这个请求 分组发送 $data 方法 UDP 控制器 定义 <? php namespace ImiDemo \UdpDemo\MainServer\Controller ; use Imi \ConnectContext ; use ...
  • UDP组件-工具方法

    gudp 模块也提供了一些常用的工具方法。 使用方式 : import "github.com/gogf/gf/net/gudp" 接口文档 : https://godoc.org/github.com/gogf/gf/net/gudp func Checksum ( buffer [] byte ) uint32 func ...
  • UDP组件-工具方法

    gudp 模块也提供了一些常用的工具方法。 使用方式 : import "github.com/gogf/gf/net/gudp" 接口文档 : https://godoc.org/github.com/gogf/gf/net/gudp func Checksum ( buffer [] byte ) uint32 func ...
  • getty提供的udp

    694 2020-01-04 《getty 使用手册》
    getty提供的udp getty 1.1 版本提供了udp支持主要是为了能胜任在不同场景中的使用 但实际应用场景中UDP使用得比较少,这是UDP本身的协议特性决定的。 实际上java nio2(俗称aio) 并没有提供对UDP的支持,也许是因为效率的问题吧。 因此getty是基于java nio(俗称nio1)封装了UDP,借助getty本身...
  • 如何建立udp服务

    1136 2018-03-29 《WorkerMan 3.x 手册》
    如何建立udp服务 如何建立udp服务 在workerman中建立udp服务很简单,类似如下代码 $udp_worker = new Worker ( 'udp://127.0.0.1:9090' ); $udp_worker -> onMessage = function ( $connection , $data ){ ...
  • User Datagram Protocol (UDP)

    User Datagram Protocol (UDP ) Step 1: Build the sandbox Step 2: Send some UDP messages Step 3: Check the logs of the upstream UDP listener server Step 4: View the Envoy admin ...
  • TCP/UDP 动态代理

    TCP/UDP 动态代理 如何开启 Stream 代理? 如何设置 route ? 更多 route 匹配选项 接收 TLS over TCP TCP/UDP 动态代理 众多的闻名的应用和服务,像 LDAP、 MYSQL 和 RTMP ,选择 TCP 作为通信协议。 但是像 DNS、 syslog 和 RADIUS 这类非事务性的应用,他们选择...
  • User Datagram Protocol (UDP)

    User Datagram Protocol (UDP ) Step 1: Build the sandbox Step 2: Send some UDP messages Step 3: Check the logs of the upstream UDP listener server Step 4: View the Envoy admin ...
  • UDP组件-工具方法

    gudp 模块也提供了一些常用的工具方法。 使用方式 : import "github.com/gogf/gf/v2/net/gudp" 接口文档 : https://pkg.go.dev/github.com/gogf/gf/v2/net/gudp func Checksum ( buffer [] byte ) uint32 ...
  • TCP/UDP 动态代理

    TCP/UDP 动态代理 如何开启 Stream 代理? 如何设置 route ? 更多 route 匹配选项 接收 TLS over TCP TCP/UDP 动态代理 众多的闻名的应用和服务,像 LDAP、 MYSQL 和 RTMP ,选择 TCP 作为通信协议。 但是像 DNS、 syslog 和 RADIUS 这类非事务性的应用,他们选择...