package
0.1.20
Repository: https://github.com/indra-labs/indra.git
Documentation: pkg.go.dev

# Functions

AcknowledgeGen is a factory function that will be added to the registry for recognition and generation.
InitRekeyGen is a factory function to generate a NewKey.
NewDispatcher initialises and starts up a Dispatcher with the provided connection, acquired by dialing or Accepting inbound connection from a peer.
OnionGen is a factory function for creating a new Onion.

# Constants

Magic bytes message prefixes for Dispatcher messages.
DefaultDispatcherRekey is 16mb to trigger rekey.
DefaultStartingParity is set to 64, or 25%.
Magic bytes message prefixes for Dispatcher messages.
Magic bytes message prefixes for Dispatcher messages.
TimeoutPingCount defines the number of pings that fail to be sure the peer is offline.

# Structs

No description provided by the author
Completion is a record of a completed transmission, identified by its nonce.ID.
Dispatcher is a message splitter/joiner and error correction adjustment system that aims to minimise message latency by trading it for bandwidth especially to cope with radio connections.
No description provided by the author
No description provided by the author
RxRecord is the details of a message reception and mostly forms the data sent in a message received acknowledgement.
TxRecord is the details of a send operation in progress.