Module libp2p_stream_relay

Libp2p Relay Stream

.

Function Index

client/2
handle_data/3
handle_info/3
init/3
server/4
terminate/3

Function Details

client/2

client(Connection, Args) -> any()

handle_data/3

handle_data(X1, Bin, State) -> any()

handle_info/3

handle_info(Type, Msg, State) -> any()

init/3

init(X1, Conn, Args) -> any()

server/4

server(Connection, Path, TID, Args) -> any()

terminate/3

terminate(Type, Reason, State) -> any()