Versions in this module Expand all Collapse all v1 v1.0.1 Aug 12, 2022 Changes in this version + type Config struct + CertPath string + Flags []string + Host string + Interface string + MaxOpenFiles int + Port int + Rpc *RpcConfig + StenotypePath string + TestimonySocket string + Threads []ThreadConfig + func ReadConfigFile(filename string) (*Config, error) + func (c Config) Validate() error + type RpcConfig struct + CaCert string + ClientPcapChunkSize int64 + ClientPcapMaxSize int64 + ServerCert string + ServerKey string + ServerPcapMaxSize int64 + ServerPcapPath string + ServerPort int + type ThreadConfig struct + DiskFreePercentage int + IndexDirectory string + MaxDirectoryFiles int + PacketsDirectory string