Elixium Core v0.2.2 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(comm_pid, port) View Source
initialize(pid(), integer()) :: pid()