Revert "tun: default pin_threads off"

This reverts commit fcf59343bd66dd3c879c8293c1429e95d9fd3ee2.
This commit is contained in:
JackDoan
2026-07-27 16:03:53 -05:00
parent 3803146bc9
commit b7d06615c0
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ func Main(c *config.C, configTest bool, buildVersion string, l *slog.Logger, dev
punchy: punchy,
ConntrackCacheTimeout: conntrackCacheTimeout,
CpuAffinity: parseCpuAffinity(c, l, routines),
PinThreads: c.GetBool("tun.pin_threads", false),
PinThreads: c.GetBool("tun.pin_threads", true),
l: l,
}