cache

package
v0.20.6 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EndpointCache sync.Map

EndpointCache - keeps the best found endpoints between peers based on public key

View Source
var ServerAddrCache sync.Map // config.Server.Name -> []net.IP

ServerAddrCache - server addresses mapped to server names

Functions

This section is empty.

Types

type EndpointCacheValue

type EndpointCacheValue struct {
	Latency  time.Duration
	Endpoint netip.Addr
}

EndpointCacheValue - type for storage for best local address

Jump to

Keyboard shortcuts

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