Robot5

Results 27 comments of Robot5

> Good idea, I'll merge the UDP SOCKS feature and probably update lwip, then make a new release. Should be done in a couple of days. How is it going...

MTU is 1500, udpgw-connection-buffer-size is defult.

It's on android mobile phone, haven't found a way to trace it

> The only reason for "out of UDP buffer" errors should be that the packet buffer is in fact full. This will happen when the UDP socket is blocking packets...

I also encountered crashes in BSocksClient.c calling report_error job handler: ``` static void _DebugError_job_handler (DebugError *o) { ASSERT(0); } ``` In which case would this happen?

> Regarding _DebugError_job_handler, there seems to be a violation of the requirement that BSocksClient is freed when BSOCKSCLIENT_EVENT_ERROR or BSOCKSCLIENT_EVENT_ERROR_CLOSED is reported. In which condition will this happen? For release...

OK, thank you, I'll try to build the tun2socks into an iOS app.

> It's not supported in this project. It can probably be coded by utilizing the iOS VPN API. I can't offer any help with Apple support. Hello @ambrop72 , I...

I find the code in #71 , it's not good idea to use the UDP_ASSOCIATE command to remote, it's better to send UDP packet direct to the local UDP socks...

@bemasc I'll try to port the shadowsocks modified badvpn/tun2socks to iOS then, that's only for Android I found on shadowsocks' [repo](https://github.com/shadowsocks/badvpn)