esp8266-reverse-socks5
esp8266-reverse-socks5 copied to clipboard
Instability of proxy
First of all thanks for great project. I am new to esp8266 and don’t know much about lwip. I could compile and flash the project, however the connection esp8266 opens between client and server is very slow and is very untable i.e. after receiving about 10-20 kb of data the Tunnel freezes. Can you advice me in which direction to research for solving this issue. Thanks!
Hello! Sorry for the long delay. This project is more a proof of concept than a ready to use project. The freeze may come from the internet connection from the esp to your server but it can also come from a bug within the code. You may want to add some debug information to display data transfers in the code for example or maybe also setup a retry policy if the socket gets accidentally closed...