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
I've been looking for ways to improve latency on my existing VPN. I found UDPspeeder first, but I love rust and found you next. But I don't see how to use this.
Is there an easy way to run this similar to how easy udpspeeder is to run?
# Run at server side:
./speederv2 -s -l0.0.0.0:4096 -r 127.0.0.1:7777 -f20:10 -k "passwd"
# Run at client side
./speederv2 -c -l0.0.0.0:3333 -r44.55.66.77:4096 -f20:10 -k "passwd"
The text was updated successfully, but these errors were encountered:
I've been looking for ways to improve latency on my existing VPN. I found UDPspeeder first, but I love rust and found you next. But I don't see how to use this.
Is there an easy way to run this similar to how easy udpspeeder is to run?
The text was updated successfully, but these errors were encountered: