Closed chvp closed 1 year ago
Could you provide the parameters for client and server?
Client-side: udp2raw -c -l 127.0.0.1:51820 -r <server ipv4 address>:8080 -k <long alphanumeric string>
Server-side: udp2raw -s -l 0.0.0.0:8080 -r 127.0.0.1:51820 -k <same long alphanumeric string>
sorry, I have been super busy in the past month. But I will look into the problem this weekend.
I tried the fix in https://github.com/wangyu-/UDPspeeder/pull/314, but unfortunately it doesn't work as expected.
by the way how easy is it to reproduce this problem? does it happen immediately/reliably if you send some data over the tunnel?
If not happen immediately/reliably, do you have a good way to reproduce this problem easily?
Yeah, it happens immediately on startup, every time.
By the way there are some memory leak detected by the sanitizer, after udp2raw is killed by CTRL-c
They might be false postive, since I am using self-written grabage collectors to collect inactive connections. When killed-by CTRL-c, some resource may not have been collected yet. (I will do further confirm when I am free)