happyfire
happyfire
Currently I do a little test on ipv6, when running potatso from a ipv6-only network (with DNS64/NAT64 support), it fails to connect to a ipv4 server. I do a little...
I code udp relay myself in the outside of tun2socks, the ss local server send me the right udp port, but when I send data to it, I can not...
@jiangyancong Yes, I enabled the UDP relay in ss local. And I test the udp relay with a ss local server located in a server in LAN, the udp relay...
@jiangyancong The udp socket created for udp relay in ss is in udprelay.c, you can search `// Bind to port int serverfd = create_server_socket(server_host, server_port);` I saved the serverfd here...
@jiangyancong You are welcome!
@jiangyancong Yes, antinat is unnecessary, for the purpose of shadowsocks proxy, there is no need to use antinat, it just do socks proxy chaining in potatso. What you found is...
@so898 What's wrong?
@so898 potatso默认的UDP是不走ss代理的,他只是用系统协议栈做了一个udp转发,我不知道你测试王者荣耀是在什么网络环境下,但我修改的代码其实只是fix了32位系统的一个问题,其实那只是potatso的一个手误,再后面处理接受udp数据的地方,就没有问题。所以我觉得你的测试应该和这段代码没有关系的。并且你用的是64位的iphone7,所以是否修改这个代码就一点关系都没有了。你可以再试试,udp可能在不同的网络环境下效果不一样。
I tested by setting profile.fast_open = 1 and define TCP_FASTOPEN. After connected, the send will fail, the error no is 57, that is ENOTCONN. And from the ss server log,...