Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-19 15:55:48 +00:00

update docs

This commit is contained in:
bol-van
2026-01-16 15:24:48 +03:00
parent f0bff44219
commit 06cf59d050
2 changed files with 4 additions and 4 deletions

View File

@@ -3998,8 +3998,8 @@ function tcpseg(ctx, desync)
function oob(ctx, desync)
```
- arg: char=c - 1 символ oob
- arg: byte=c - числовое значение байта OOB 0..255
- arg: char - 1 символ oob
- arg: byte - числовое значение байта OOB 0..255
- arg: drop_ack - дропать пустой ACK в ответ на SYN,ACK
- arg: urp - позиционный [маркер](#маркеры) для urgent pointer, "b" или "e". по умолчанию - "b"

View File

@@ -1056,8 +1056,8 @@ end
-- nfqws1 : not available
-- tpws : close analog is "--split-pos=.. --oob" but works not the same way
-- arg : char=c - oob char
-- arg : byte=c - oob byte
-- arg : char - oob char
-- arg : byte - oob byte
-- arg : drop_ack - drop original first ACK packet
-- arg : urp - urgent pointer position marker, 'b' or 'e'. default - 0
function oob(ctx, desync)