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))