Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected latency problem #12

Closed
clowwindy opened this issue Apr 17, 2014 · 1 comment
Closed

Unexpected latency problem #12

clowwindy opened this issue Apr 17, 2014 · 1 comment
Assignees
Labels

Comments

@clowwindy
Copy link
Owner

clowwindy@clowwindy-rmbp:~$ time curl -L --socks5-hostname 127.0.0.1:1081 http://www.google.com/ >/dev/null 2>&1

real    0m0.413s
user    0m0.005s
sys 0m0.005s
clowwindy@clowwindy-rmbp:~$ time curl -L --socks5-hostname 127.0.0.1:1080 http://www.google.com/ >/dev/null 2>&1

real    0m0.332s
user    0m0.005s
sys 0m0.007s
clowwindy@clowwindy-rmbp:~$ time curl -L --socks5-hostname 127.0.0.1:1081 http://www.google.com/ >/dev/null 2>&1

real    0m0.376s
user    0m0.005s
sys 0m0.005s
clowwindy@clowwindy-rmbp:~$ time curl -L --socks5-hostname 127.0.0.1:1080 http://www.google.com/ >/dev/null 2>&1

real    0m0.342s
user    0m0.003s
sys 0m0.004s

with Shadowsocks running on 1080 and ShadowSPDY running on 1081 and both servers running on the same VPS.

@clowwindy clowwindy added the bug label Apr 17, 2014
@clowwindy clowwindy self-assigned this Apr 17, 2014
@clowwindy
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant