esp8266-reverse-socks5 icon indicating copy to clipboard operation
esp8266-reverse-socks5 copied to clipboard

Instability of proxy

Open smnvhn opened this issue 6 years ago • 1 comments

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!

smnvhn avatar Sep 06 '18 00:09 smnvhn

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...

mehdilauters avatar May 05 '21 07:05 mehdilauters