Results 77 comments of hev

@EbrahimTahernejad If you have specific thoughts or questions, we can discuss that.

> In iOS, there is a thing called NetworkExtension, which is basically a process that creates a network interface. You can read/write packets from/to it using a user-level API or...

> @heiher thanks for your work. i use it in my projects. your lib give me more stable ping. if there is anything else that can improve my tunnel ping...

> > @EbrahimTahernejad If you have specific thoughts or questions, we can discuss that. > > Well, as you might know, we can use swift with c/cpp. I want to...

> > I believe SOCKS5 serves as a superior glue layer, supporting both TCP and UDP with lightweight and minimal overhead. Utilizing SOCKS5 between tun2socks and other protocols is a...

> I am using hev-socks5-tunnel too, It's fine already. I think it will be more efficient if we remove our limits ( only SOCKS ) and provide an interface to...

Does this happen on first boot or reboot? If rebooting, you need to ensure that the previous thread running hev-socks5-tunnel has completely exited.

Does this patch fix it? https://github.com/heiher/hev-socks5-tunnel/commit/f7506158dc151a97af761b36097c9e5ec87075d6

I can't reproduce it here. Could you make an example based on [sockstun](https://github.com/heiher/sockstun)? Thanks.

> java.lang.NoSuchMethodError: no static or non-static method ```kotlin class TProxyService { companion object { @JvmStatic external fun TProxyGetStats(): LongArray } } ```