Gwkang

Results 8 issues of Gwkang

我用下面的代码,传输速度非常慢 server: ```go package main import ( "fmt" "github.com/xtaci/kcp-go" "log" "os" ) func main() { listener, err := kcp.Listen(":8090") if err != nil { log.Fatalln(err) } for { conn, err...

我是在 https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.4-full_build-shared.7z 下载的ffmpeg 初始化的时候报不支持H265,有什么办法处理吗?

1. 启动进程 A 调用 do_send() 2. 启动进程 B 调用 do_recv(),此时打印的耗时大概是30~50us 3. 杀死进程B 4. 再启动进程B,此时打印的耗时大概是 2308us 左右 ```cpp constexpr auto payload_size = 64 * 1024; void do_send() { std::unique_ptr sender =...

bug

### 描述您遇到的bug 安卓手机的youtube、Google TV无法正常上网,iOS是正常的 在openwrt上抓包发现安卓手机有udp流量和google直接通信 现象如下: ![image](https://user-images.githubusercontent.com/35400668/232267509-63939fab-7613-4a9a-b92a-e65a3b184db5.png) ![image](https://user-images.githubusercontent.com/35400668/232267591-172f51bb-d4da-4346-992f-bdc40cf23a4a.png) ![image](https://user-images.githubusercontent.com/35400668/232267633-56468be7-7696-4739-a96e-09c3d88e4613.png) 192.168.0.16是安卓手机的ip地址,这部分udp流量没有走代理,但是在passwall中已经设置了绕过大陆 ### 复现此Bug的步骤 passwall设置如下: ![image](https://user-images.githubusercontent.com/35400668/232267137-91085a94-c5d4-4be8-9751-499f5b3248f3.png) ![image](https://user-images.githubusercontent.com/35400668/232267192-6632a4f5-1e26-4f08-84a9-b0f669765298.png) ![image](https://user-images.githubusercontent.com/35400668/232268022-bc369908-dde0-4d92-b13e-0d5fd6bd557d.png) ![image](https://user-images.githubusercontent.com/35400668/232267353-11f45741-7fa4-48d9-a9e8-ecc9834cb774.png) ### 您想要实现的目的 能够正常访问youtube、Google TV等app ### 日志信息 2023-04-16 12:39:51: 删除相关防火墙规则完成。 2023-04-16 12:39:51: 清空并关闭相关程序和缓存完成。 2023-04-16...

bug

Fix parsing errors: ``` --param="ab==c" ```

Can vsync be supported to improve screen tearing and jitter? I did not find any relevant implementation in [rk.c](https://github.com/moonlight-stream/moonlight-embedded/blob/master/src/video/rk.c).

### Xmake 版本 v2.9.8+HEAD.13fc39238 ### 操作系统版本和架构 windows10 ### 描述问题 安装依赖失败 ### 期待的结果 能够安装成功 ### 工程配置 ```lua add_requires("boost 1.72.0", { alias = "boost", configs = { zlib=true, zstd=true, openssl=true, cmake=false, header_only=false...

bug