From ae8664bec8a34bc758184e5c72141e26a1c960da Mon Sep 17 00:00:00 2001 From: atanarjuat Date: Mon, 30 May 2022 19:14:02 +0200 Subject: quic dialer --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3