Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatDog ¶
type CatDog struct { UDPv50 *dv50.UDPv5 UDPv51 *dv51.UDPv5 // contains filtered or unexported fields }
type CatDogConfig ¶
type CatDogConfig struct { PrivateKeyV50 *ecdsa.PrivateKey PrivateKeyV51 *ecdsa.PrivateKey // These settings are optional: NetRestrict *netutil.Netlist // network whitelist BootnodesV50 []*enode.Node // list of bootstrap nodes BootnodesV51 []*enode.Node // list of bootstrap nodes LogV50 log.Logger // if set, log messages go here LogV51 log.Logger // if set, log messages go here ValidSchemes enr.IdentityScheme // allowed identity schemes }
Click to show internal directories.
Click to hide internal directories.