I need to check my proxies against a specific server port. I just use SocksiPy as a proxy for Socks. Well, it works, but its damn slow: /
I guess because I do not use non-blocking sockets. I tried .setblocking (0), but then all my checks are “FAIL” in an instant.
Thanks for your help, Cheers :)
source share