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
2026-01-29 12:36:13 +03:00
parent d914472542
commit 7880782a95

View File

@@ -1549,12 +1549,12 @@ The `p*counter` fields are 64-bit counters, so they do not suffer from this issu
Some icmp types may contain an attached source packet to which icmp was generated. They are called "related." Some icmp types may contain an attached source packet to which icmp was generated. They are called "related."
Such payloads are recognized, they are used to search the original conntrack record. Such payloads are recognized, they are used to search the original conntrack record.
If it is found, the cached profile (the one to which the attached package belongs) is selected. If it is found, the cached profile (the one to which the attached packet belongs) is selected.
The direction is chosen as the reverse of the found record. The direction is chosen as the reverse of the found record.
The payload type is set to "ipv4" or "ipv6," the session protocol type is set from the source packet profile. The payload type is set to "ipv4" or "ipv6," the session protocol type is set from the source packet profile.
Then icmp goes through the profile in the usual way. Desync function must be aware of this possibility. Then icmp goes through the profile in the usual way. Desync function must be aware of this possibility.
If icmp does not contain an attached package, it is invalid or conntrack record is not found, icmp passes on its own If icmp does not contain an attached packet, it is invalid or conntrack record is not found, icmp passes on its own
without track. without track.
conntrack works only with tcp and udp, it does not keep records of pings or other icmp types. conntrack works only with tcp and udp, it does not keep records of pings or other icmp types.