Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

update docs

This commit is contained in:
bol-van
2025-12-15 19:01:09 +03:00
parent 7fd602885f
commit 5ceb3aa301

View File

@@ -1661,7 +1661,7 @@ function reconstruct_ip6hdr(ip6, reconstruct_opts)
function csum_ip4_fix(raw_ipv4_header)
function csum_tcp_fix(raw_ip_header, raw_tcp_header, payload)
function csum_udp_fix(raw_ip_header, raw_udp_header, payload)
``
```
Функции для выправления чексумм. Поскольку строки в LUA immutable, они возвращают копию соответствующего заголовка
с исправленной чексуммой.