From 7dcbf2bac97c63529df35ee9a104b484ef5f0b4f Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 1 Jan 2022 20:24:57 +0300 Subject: [PATCH] readme.eng : minor fix --- docs/readme.eng.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme.eng.md b/docs/readme.eng.md index 7c955e3..a39b30c 100644 --- a/docs/readme.eng.md +++ b/docs/readme.eng.md @@ -385,7 +385,7 @@ Set conntrack timeouts appropriately. UDP attacks are limited. Its not possible to fragment UDP on transport level, only on network (ip) level. IP fragmentation is not implemented now. -No protocol recognition is implemented yet so only - `-dpi-desync-any-protocol` will work. +No protocol recognition is implemented yet so only `--dpi-desync-any-protocol` will work. Conntrack supports udp. `--dpi-desync-cutoff` will work. UDP conntrack timeout can be set in the 4th parameter of `--ctrack-timeouts`. Fake attack is useful only for stateful DPI and useless for stateless dealing with each packet independently.