e1732a364fed

Results 129 comments of e1732a364fed

那个tproxy的问题在最新代码应该也解决了,你测一下吧

本机测试1: 用 `./verysimple -L="socks5://0.0.0.0:10800" -readv=f` 测试时,一切正常。 小贴士,readv在本作中,在某些protocol中是有优化的,所以并不是与协议无关,我将继续测试 也希望你提供你的配置文件,不要想当然

下面的配置,测试一切正常 (本机测试) ``` #client ./verysimple -L="socks5://0.0.0.0:10800" -D="vless://[email protected]:12345" -readv=f #server ./verysimple -L="vless://[email protected]:12345" -readv=f ```

可能本机测试没问题,但实机测试会出问题;可能延迟高的时候,才会显现出问题

你再试试别的配置,我感觉还是可能和配置有关

https://savannah.nongnu.org/projects/lwip/ https://git.savannah.nongnu.org/cgit/lwip.git/snapshot/lwip-STABLE-2_2_1_RELEASE.tar.gz The main change preventing the current code compile is that the function `udp_sendto` does not accept `src_ip` and `src_port`. And `udp_recv_fn` also has 2 parameters less. A few...

> In the end, I had this in my pipeline: > > ``` > - run: echo "$ANDROID_HOME/build-tools/34.0.0" >> $GITHUB_PATH" > ``` > > Could be nice to have it...

Yes I can confirm this. high --pa-gpu-mem will result in super slow qwen3 inference. I was testing on the non-moe qwen3 ones. So it's not related to moe. And actually...