Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPacketBrokerAgentConfig = packetbrokeragent.Config{ IAMAddress: "iam.packetbroker.net:443", ControlPlaneAddress: "cp.packetbroker.net:443", MapperAddress: "mapper.packetbroker.net:443", AuthenticationMode: "oauth2", OAuth2: packetbrokeragent.OAuth2Config{ TokenURL: "https://iam.packetbroker.net/token", }, Registration: packetbrokeragent.RegistrationConfig{ Listed: true, }, HomeNetwork: packetbrokeragent.HomeNetworkConfig{ WorkerPool: packetbrokeragent.WorkerPoolConfig{ Limit: 4096, }, IncludeHops: false, DevAddrPrefixes: []types.DevAddrPrefix{{}}, }, Forwarder: packetbrokeragent.ForwarderConfig{ WorkerPool: packetbrokeragent.WorkerPoolConfig{ Limit: 1024, }, IncludeGatewayEUI: true, IncludeGatewayID: true, HashGatewayID: false, GatewayOnlineTTL: packetbrokeragent.DefaultGatewayOnlineTTL, }, }
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.