summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoratanarjuat <atanarjuat@example.com>2022-05-30 19:14:02 +0200
committeratanarjuat <atanarjuat@example.com>2022-05-30 19:14:02 +0200
commitae8664bec8a34bc758184e5c72141e26a1c960da (patch)
treed40154885facfbba68799f1e1846c2cfb380f3b6 /Makefile
parent50c5fdc8a15f37d506292b02eef992e83752152b (diff)
quic dialerfeat/quic
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