readme: wssize slow down notice

This commit is contained in:
bol-van 2021-03-18 20:24:28 +03:00
parent 6600c06668
commit ac32595b3f
2 changed files with 10 additions and 0 deletions

View File

@ -286,6 +286,11 @@ The wssize parameter specifies the scaling factor after a colon.
Scaling factor can only decrease, increase is blocked to prevent the server from exceeding client's window size. Scaling factor can only decrease, increase is blocked to prevent the server from exceeding client's window size.
To force a TLS server to fragment ServerHello message to avoid hostname detection on DPI use --wssize=1:6 To force a TLS server to fragment ServerHello message to avoid hostname detection on DPI use --wssize=1:6
Hostlist filter does not affect --wssize because it works since the connection initiation when it's not yet possible
to extract the host name.
--wssize may slow down sites and/or increase response time. It's desired to use another methods if possible.
tpws tpws
----- -----

View File

@ -344,6 +344,11 @@ Scaling factor может только снижаться, увеличение
Для принуждения сервера к фрагментации ServerHello, чтобы избежать просекание имени сервера из сертификата сервера на DPI, Для принуждения сервера к фрагментации ServerHello, чтобы избежать просекание имени сервера из сертификата сервера на DPI,
лучше всего использовать --wssize=1:6 лучше всего использовать --wssize=1:6
На --wssize не влияет фильтр hostlist, поскольку он действует с самого начала соединения, когда еще нельзя
принять решение о попадании в лист.
--wssize может замедлять скорость и/или увеличивать время ответа сайтов, поэтому если есть другие работающие способы обхода DPI,
лучше применять их.
tpws tpws
----- -----