package
0.0.0-20180220065759-986d81d64071
Repository: https://github.com/supernomad/quantum.git
Documentation: pkg.go.dev

# Functions

NewIncoming generates a new Incoming worker which once started will handle packets coming from the remote nodes in the quantum network destined for the local node.
NewOutgoing generates an Outgoing worker which once started will handle packets coming from the local node destined for remote nodes in the quantum network.

# Structs

Incoming packet struct for handleing packets coming in off of a Socket struct which are destined for a Device struct.
Outgoing packet struct for handleing packets coming in off of a Device which are destined for a Socket.