From 438df5e5ac043767d7633f895523d3106c68bfbe Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 29 Jan 2022 17:46:18 +0300 Subject: [PATCH] readme: highlight --- docs/readme.eng.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme.eng.md b/docs/readme.eng.md index 83c247a..07df7b6 100644 --- a/docs/readme.eng.md +++ b/docs/readme.eng.md @@ -326,7 +326,7 @@ A SYN or SYN,ACK packet creates an entry in the conntrack table. That's why iptables redirection must start with the first packet although can be cut later using connbytes filter. First seen UDP packet creates UDP stream. It defines the stream direction. Then all packets with the same -src_ip,src_port,dst_ip,dst_port are considered to belong to the same UDP stream. UDP stream exists till timeout. +`src_ip,src_port,dst_ip,dst_port` are considered to belong to the same UDP stream. UDP stream exists till inactivity timeout. A connection is deleted from the table as soon as it's no more required to satisfy nfqws needs or when a timeout happens.