Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPacketBrokerAgentConfig = packetbrokeragent.Config{ AuthenticationMode: "tls", OAuth2: packetbrokeragent.OAuth2Config{ TokenURL: "https://iam.packetbroker.org/token", }, HomeNetwork: packetbrokeragent.HomeNetworkConfig{ WorkerPool: packetbrokeragent.WorkerPoolConfig{ Limit: 4096, }, BlacklistForwarder: true, }, Forwarder: packetbrokeragent.ForwarderConfig{ WorkerPool: packetbrokeragent.WorkerPoolConfig{ Limit: 1024, }, }, }
DefaultPacketBrokerAgentConfig is the default configuration for the Packet Broker Agent.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.