From 0af2bb1841cb86c506c1a449b40f74672489d719 Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 1 Jun 2022 16:25:23 +0300 Subject: [PATCH] custom-nfqws-quic4all-complex fix comment --- init.d/openwrt/custom-nfqws-quic4all-complex | 1 - init.d/sysv/custom-nfqws-quic4all-complex | 1 - 2 files changed, 2 deletions(-) diff --git a/init.d/openwrt/custom-nfqws-quic4all-complex b/init.d/openwrt/custom-nfqws-quic4all-complex index eaeb241..bd5e0d3 100644 --- a/init.d/openwrt/custom-nfqws-quic4all-complex +++ b/init.d/openwrt/custom-nfqws-quic4all-complex @@ -5,7 +5,6 @@ # NOTE : do not use TTL fooling. chromium QUIC engine breaks sessions if TTL expired in transit received # this hack was first intended for TSPU but it appeared that it's overkill -# it's enough to send short header fake before initial QNUM2=$(($QNUM+10)) QNUM3=$(($QNUM+11)) diff --git a/init.d/sysv/custom-nfqws-quic4all-complex b/init.d/sysv/custom-nfqws-quic4all-complex index e86478a..73aa189 100644 --- a/init.d/sysv/custom-nfqws-quic4all-complex +++ b/init.d/sysv/custom-nfqws-quic4all-complex @@ -5,7 +5,6 @@ # NOTE : do not use TTL fooling. chromium QUIC engine breaks sessions if TTL expired in transit received # this hack was first intended for TSPU but it appeared that it's overkill -# it's enough to send short header fake before initial QNUM2=$(($QNUM+10)) QNUM3=$(($QNUM+11))