Datong Sun

Results 69 comments of Datong Sun

Do you have high number of new UDP connections all the time? There is a small chance that Phantun might reuse an existing port number and that could cause this...

Please give https://github.com/dndx/phantun/pull/162 a try, I think this will address your issue. If it works well, I will publish a new release with the fix.

This is something I considered, however, I didn't add it due to the consideration that UDP protocols like WireGuard already have `PersistentKeepalive` which would keep the connections open, so I...

I don't think `tokio-tun` which we use supports WinTUN yet. If it is supported Windows support can certainly be considered, but the firewall situation will also need to be figured...

Thanks, I will remove that tonight.

@cyfdecyf No worries, shadowsocks-libuv is using a MD5 implementation that is in the public domain. [md5.c](https://github.com/dndx/shadowsocks-libuv/blob/master/md5.c) [md5.h](https://github.com/dndx/shadowsocks-libuv/blob/master/md5.h)

Sorry about that, but I don't have windows environment. Also I'm not sure whether libuv can run without problem under mingw, Please check https://github.com/joyent/libuv and follow the instructions to compile...

Please use English only for Issues. Phantun can support multiple instances per machine, but you will need to specify `--tun` to a different device, as well as `--tun-local`, `--tun-peer` to...

Hi, 6 seconds seems to be a little too short? For example, FIS-B targets relies on primary reday return and are usually generated between 7-10 seconds. Having `MAX_STALE_SECS` too small...

@D35Bonanza Yeah. I agree setting gains to their maximum was never a good idea, but since I thought it worked well enough, never really tested with lower gains. I will...