Browse Source

readme: wssize slow down notice

pull/71/head
bol-van 4 years ago
parent
commit
ac32595b3f
  1. 5
      docs/readme.eng.txt
  2. 5
      docs/readme.txt

5
docs/readme.eng.txt

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

5
docs/readme.txt

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

Loading…
Cancel
Save