shared

package
v3.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL