Elixium Core v0.1.3 Elixium.P2P.Peer View Source

Contains functionality for communicating with other peers

Link to this section Summary

Functions

Given a peer supervisor, return a list of all the handlers that are currently connected to another peer

Link to this section Functions

Link to this function connected_handlers(supervisor) View Source
connected_handlers(pid()) :: List

Given a peer supervisor, return a list of all the handlers that are currently connected to another peer

Link to this function initialize(port \\ 31013) View Source
initialize(integer()) :: pid()