iczero
iczero
Currently this patch is no longer being updated. It is, and likely will continue to be, a pile of hacks. I will close this PR for now. I apologize for...
Hi, this bug should be fixed in https://github.com/alibaba/tengine/pull/1905.
XQUIC requires privileged `bind()` to low ports from worker processes. It will error after `setuid()` if not running as user root. This will keep the CAP_NET_BIND_SERVICE capability so it can...
Thanks for the response. In my test case, I was serving a static file from the disk directly with Tengine (using the `root` directive). I was not using the reverse...
To get a pcap with the padding, it's likely easiest to do `sysctl -w net.ipv4.tcp_timestamps=0` and do a capture of a TCP connection.
@ChuckCottrill Tested PR, looks like it fixes this issue. Thank you for the help.
Huh, thanks for the link
Please follow the instructions in the readme. The instructions on the wiki are out of date.
Did you do `./set-client-paths.sh`?
Just to double check, can you please restart the client and try again? If it still doesn't work, can you share the value currently set in client Settings -> Forged...