summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aa104f2..3d30a53 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,10 @@ run-client:
run-client-kcp:
KCP=1 ./obfsvpn-client -c ${OBFS4_CERT}
+run-client-quic:
+ sudo sysctl -w net.core.rmem_max=2500000
+ QUIC=1 ./obfsvpn-client -c ${OBFS4_CERT}
+
run-openvpn:
./scripts/run-openvpn-client.sh