diff --git a/docs/manual.en.md b/docs/manual.en.md index 33053ba..9f22182 100644 --- a/docs/manual.en.md +++ b/docs/manual.en.md @@ -3830,7 +3830,7 @@ the newer one to the next byte. Therefore, the value th_urp=0 is invalid accordi To enable it, specify "urp=b". - "urp=e" inserts an OOB byte after the very last byte of the payload - generally useless for DPI bypass, since DPI gets the entire original message. - For protocols in which the server initially waits for a client request, `--in-range=-s1` is enough. In Windows `--wf-tcp-in` is not needed. Automatically intercepted incoming packets with the SYN flag are sufficient. -- For protocols that send data before the first message from client all incoming packets before that message should be intercepted. In Windows `--wf-tcp-in` is required. +- For protocols in which the server sends data before the first message from client all incoming packets before that message should be intercepted. In Windows `--wf-tcp-in` is required. - Cannot be filtered by payload because after the start it's not possible to stop and not to insert the byte. Inserting a byte without OOB breaks the data. - Hostlist filtering is only possible with `--ipcache-hostname`. - oob is "lasting" desync. If profile switch occurs before oob is finished it must be duplicated to that profile or TCP will break because of sequence desync.