实现网络数据包相关统计(商业版本)

This commit is contained in:
刘祥超
2023-10-26 17:17:43 +08:00
parent 531ec3c55d
commit 77d614c9ea
10 changed files with 137 additions and 18 deletions

View File

@@ -1221,6 +1221,11 @@ func (this *NodeDAO) ComposeNodeConfig(tx *dbs.Tx, nodeId int64, dataMap *shared
config.AutoSystemTuning = nodeCluster.AutoSystemTuning
}
// 安全设置
if clusterIndex == 0 {
config.NetworkSecurityPolicy = nodeCluster.DecodeNetworkSecurityPolicy()
}
clusterIndex++
}