extremecoders-re / go-dispatch-proxy

SOCKS5/Transparent load balancing proxy developed in Go, combines multiple internet connections
MIT License
278 stars 45 forks source link

Socket Error 10055 - No Buffer Space Available #27

Open Spamm00r opened 1 year ago

Spamm00r commented 1 year ago

I encountered a problem using this tool where after some time of using it, I can not open any new connections to the internet at all getting "Socket Error 10055 - No Buffer Space Available". Despite vastly increasing the number of allowed sockets.

I troubleshooted the problem down to go dispatch proxy.

I never had this problem before and this problem stopped appearing since I moved away from go dispatch to gobetween.exe , which has a similar feature set.

Apparently go dispatch does not properly close opened sockets.

Please fix.

Thanks!