FH0
FH0
Thank you for your detailed answer. I tested a lot of code in WSL2, and I couldn't restore the drastic reduction in memory. This situation is what I encountered in...
I am not sure if you are waiting for my reply. Now it seems that only the question you mentioned is left.
It is difficult for me to help with PR. I post this issue because I run `cargo tree` after `tokio-runtime` disabled.
Sorry for the late reply, I only need the basic functions, which is the synchronization you said.
IP_PKTINFO can't get port. IP_ORIGDSTADDR can.
I did further tests. You can find the code used [here](https://github.com/FH0/webrtc-fix). Pure pion/webrtc took less time while transfering the same amount of data. And fewer packets are used (11808 vs...
More details https://github.com/shadowsocks/shadowsocks-rust/issues/581. As a newbie to golang, I tried to read the source code of this project, but I didn't have a clue.
Maybe it's better to replace `-mabi=lp64`'s error with a warning. Users expect warning, not error.
I installed donet-6.0 and started `./scripts/prepare-machine.ps1 -ForTest`. I try to run cmake with '-DDEBUG=1' and run make with `DEBUG=1`. I try to use `log_wrapper.sh` and [step-by-step-command](https://github.com/microsoft/msquic/blob/main/docs/Diagnostics.md#step-by-step-command). All these attempts have...
If you add the above two lines and compile `src/tools/sample/sample.c`, then run the client and server with the tls.key and tls.cert I provided without finding any problems, it would be...