From 06cf59d0508752f4ab1bb0911e93f120655050ae Mon Sep 17 00:00:00 2001 From: bol-van Date: Fri, 16 Jan 2026 15:24:48 +0300 Subject: [PATCH] update docs --- docs/manual.md | 4 ++-- lua/zapret-antidpi.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual.md b/docs/manual.md index e738202..91a328c 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -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" diff --git a/lua/zapret-antidpi.lua b/lua/zapret-antidpi.lua index 82552e4..136633b 100644 --- a/lua/zapret-antidpi.lua +++ b/lua/zapret-antidpi.lua @@ -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)