Documentation
¶
Index ¶
- func BuildHighestWindowIndexRequest(identity ed25519.PrivateKey, recipient gossip.Pubkey, slot uint64, ...) ([]byte, error)
- func BuildPong(identity ed25519.PrivateKey, ping Ping) ([]byte, error)
- func BuildWindowIndexRequest(identity ed25519.PrivateKey, recipient gossip.Pubkey, slot uint64, ...) ([]byte, error)
- func NewHighestWindowIndexRequest(identity ed25519.PrivateKey, recipient gossip.Pubkey, slot uint64, ...) ([]byte, uint32, error)
- func NewWindowIndexRequest(identity ed25519.PrivateKey, recipient gossip.Pubkey, slot uint64, ...) ([]byte, uint32, error)
- func ResponseNonce(packet []byte) (uint32, bool)
- func VerifySignedRequest(packet []byte, sender gossip.Pubkey) bool
- type Ping
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildWindowIndexRequest ¶
func NewWindowIndexRequest ¶
func ResponseNonce ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.