Yancey Wang
Yancey Wang
`1200` 只是我在wiki里,推荐给openvpn用户(尤其是新手)使用的。 1200不是最优值,也不是udp2raw支持的最低值,只是一个性能尚可,也不容易出问题的值。 可以根据自己的情况调高一些(我印象中最高可以接近1400)。
这个很可能跟gro有关, 加上`--fix-gro`也许可以解决。
虚拟机网络是桥接吗 >虚拟机LEDE路由固件 192.168.1.99 新版的udp2raw 你的意思是说虚拟机里面的udp2raw已经换成新的了? sever和client的版本是一致的是吗。
UDPspeeder will try to accumulate some packets to make fec more efficient. By default it's 8ms at each side. You can control that behavior by tuning the `-t` parameter, see:...
hi, could you explain how to re-produce the problem? possible reason: if the 1023 packets you send to UDPspeeder were via the same port, UDPspeeder will only create one socket....
I have some further thought about the problem. >I wonder if that problem can be fixed by sending all packets from the same socket (port on the client) This problem...
udp2raw_arm is the binary for 32bit arm. Seems like you are using 64bit arm. You need to compile a binary by yourself, or wait me to build one when I...
I think stdin might not be so easy to use from other programs. If UDPspeeder was started independently, how to let another program(which was started later than UDPspeeder) send data...
you almost never need to change mtu of UDPspeeder when using `--mode 0`. for `--mode 1` it's a bit different, usually you shoudn't use `--mode 1` unless you understand what...
raw socket不能穿过tcp proxy。 ` [u2r -c] ---> [lan proxy ip] Internet ---> [u2r -s]` 这个结构是不可行的。