From 2e75d0f2ab93edcb3120ee5a45eb369ca68bf456 Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:15:57 -0700 Subject: [PATCH] disabled sctp by default as it is part of debug protocols. --- config/configStruct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/configStruct.go b/config/configStruct.go index 412461825..1d339c816 100644 --- a/config/configStruct.go +++ b/config/configStruct.go @@ -128,7 +128,7 @@ func CreateDefaultConfig() ConfigStruct { "icmp", "kafka", "redis", - "sctp", + // "sctp", // "syscall", // "tcp", // "udp",