test: Singbox内核定期释放TCP会话列表内存

This commit is contained in:
wyx2685
2025-03-06 15:57:56 +09:00
parent 1c8c17b067
commit 0b155bbf89
3 changed files with 53 additions and 9 deletions

View File

@@ -83,6 +83,7 @@ func New(c *conf.CoreConfig) (vCore.Core, error) {
}
func (b *Sing) Start() error {
b.hookServer.Cleanup.Start(false)
return b.box.Start()
}