From f3abd6815a731f3f6a77b97c21bc4c5fc2ed5a71 Mon Sep 17 00:00:00 2001 From: bol-van Date: Tue, 20 May 2025 19:07:42 +0300 Subject: [PATCH] doc works --- docs/readme.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme.en.md b/docs/readme.en.md index e076a32..f475e77 100644 --- a/docs/readme.en.md +++ b/docs/readme.en.md @@ -768,7 +768,7 @@ Most of the protocols will not be recognized because protocol recognition system To make things working use `--dpi-desync-any-protocol` with connbytes or packet payload limiter. start/cutoff are unavailable because they are conntrack based. -`synack-split` removes standard SYN,ACK packet and replaces it with one SYN packet, SYN then ACK separate packets or ACK then SYN separate packets. +`--synack-split` removes standard SYN,ACK packet and replaces it with one SYN packet, SYN then ACK separate packets or ACK then SYN separate packets. Client sends SYN,ACK in reply which usually only server does. This makes some DPI's to treat connection establishement roles wrong. They stop to block. See [split handshake](https://nmap.org/misc/split-handshake.pdf).