Rename flow and full_flow to conn and flow (#1838)

Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
Ilya Gavrilov
2026-02-09 22:01:24 +01:00
committed by GitHub
parent 482082ba49
commit 76c5eb6b59
3 changed files with 5 additions and 5 deletions

View File

@@ -139,8 +139,8 @@ func CreateDefaultConfig() ConfigStruct {
"diameter",
"udp-flow",
"tcp-flow",
"udp-flow-full",
"tcp-flow-full",
"udp-conn",
"tcp-conn",
},
PortMapping: configStructs.PortMapping{
HTTP: []uint16{80, 443, 8080},