You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
time curl -v --socks5-hostname 127.0.0.1:1080 http://www.google.com/ >/dev/null
libev local + nodejs server = 200ms
nodejs local + nodejs server = 260ms
libev local + libev server = 340ms
nodejs local + libev server > 500ms
libev local with nodejs server is fast, others are slow.
Problems may exist in nodejs local and libev server.
The text was updated successfully, but these errors were encountered:
libev local with nodejs server is fast, others are slow.
Problems may exist in nodejs local and libev server.
The text was updated successfully, but these errors were encountered: