tagion.services.nodeinterface

Interface for the Peer to Peer communication https://docs.tagion.org/docs/architecture/NodeInterface

Members

Enums

NodeErrorCode
enum NodeErrorCode

Structs

Dialer
struct Dialer

A Single pending outgoing connection All aio tasks notify the calling thread by sending a message

NodeInterfaceOptions
struct NodeInterfaceOptions
NodeInterfaceService
struct NodeInterfaceService
Peer
struct Peer

A Single active socket connection All aio tasks notify the calling thread by sending a message

PeerMgr
struct PeerMgr

Establishes new connections either by dial or accept And associates active connections with a public key Most operations are asynchronous and when completed will send a message to the calling thread.