Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dump ¶
type Dump struct { PrivateKey string PublicKey string ListenPort uint16 FwMark uint32 Peers []DumpPeer }
func (*Dump) OldestHandshake ¶
type DumpPeer ¶
type DumpPeer struct { PublicKey string Endpoint string AllowedIPs []string LatestHandshake time.Time Rx uint64 Tx uint64 Keepalive time.Duration // contains filtered or unexported fields }
func NewDumpPeer ¶
func (*DumpPeer) EndpointName ¶ added in v0.0.6
func (*DumpPeer) HandshakeBefore ¶
func (*DumpPeer) ResolvedName ¶ added in v0.0.6
Click to show internal directories.
Click to hide internal directories.