# Functions

ExtractVersion extracts the version from io.Reader.
NewGossip returns a gossip preprocessor with the specified magic.
ReadFrame extract the bytes representing the size of the packet and thus read the amount of bytes specified by such prefix in little endianness.
VersionAsBuffer returns protocol version encoded as BytesBuffer.
WriteFrame same as WriteFrameWithReserved but with reserved field fixed to 0.
WriteFrameWithReserved mutates a buffer by adding a length-prefixing wire message frame at the beginning of the message.

# Constants

FullNode indicates that a user is running the full node implementation of Dusk.
MaxFrameSize is set at 1375000 bytes.
VersionConstraintString represent the needed version.
VersionLength is number of bytes the version uses.

# Variables

CurrentProtocolVersion indicates the protocol version used.
NodeVer is the current node version.
VersionConstraint check incoming versions.

# Structs

No description provided by the author
Version is a struct that separates version fields.

# Type aliases

ServiceFlag indicates the services provided by the Node.