bigeagle / gohop

A VPN implemention in golang, with crypto and obfuscation in nature.
1.34k stars 193 forks source link

Bad performance over LFN #12

Closed hotpxl closed 8 years ago

hotpxl commented 8 years ago

I'm running gohop across a long fat pipe and I'm getting bad performance. Usually when I rsync a file on one side from the other side I can reach up to 600 KB/s, but using gohop I can only reach 60 KB/s. I don't think gohop itself is using TCP so there would be no flow control problem. And RTT with and without gohop are approximately the same (~400ms). Both machines have a pretty light CPU load and memory usage. I guess there is a huge packet loss somewhere but I don't know how to diagnose. Do you have any suggestion where I should start digging into this issue?

hexvalid commented 7 years ago

Same issue here.