Documentation ¶
Index ¶
Constants ¶
View Source
const ( ArachneService = "arachne" ArachneVersion = "0.6.0" //TODO Read from file version.git ArachneTestConfigFilePathLinux = "../arachned/config/test_target_config_linux.json" ArachneTestConfigFilePathDarwin = "../arachned/config/test_target_config_darwin.json" BatchIntervalEchoingPerc = 0.75 BatchIntervalUploadStats = 0.95 ChannelInBufferSize = 800 ChannelOutBufferSize = 800 DNSRefreshInterval = 12 * time.Hour HTTPResponseHeaderTimeout = 10 * time.Second IPTTL = 64 IPv4HeaderLength = 20 IPv6HeaderLength = 40 LogFileSizeMaxMB = 15 LogFileSizeKeepKB = 250 OrchestratorRESTConf = "conf" MaxNumRemoteTargets = 250 MaxNumSrcTCPPorts = 512 MaxPacketSizeBytes = 1500 MinBatchInterval = 10 * time.Second NumQOSDCSPValues = 11 PcapMaxSnapLen = 128 PortHTTP = 80 PortHTTPS = 443 TCPHeaderLength = 20 TCPWindowSize = 0xaaaa TimestampPayloadLengthBytes = 15 )
Global constants
View Source
const ( AfInet = syscall.AF_INET AfInet6 = syscall.AF_INET6 )
Internet Address Families
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.