Module libp2p_group_relcast_server
Function Index
| accept_stream/3 | |
| handle_ack/4 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_command/2 | |
| handle_data/3 | |
| handle_info/2 | |
| handle_input/2 | |
| info/1 | |
| init/1 | |
| send_ack/4 | |
| start_link/4 | |
| terminate/2 |
Function Details
accept_stream/3
accept_stream(Pid, StreamPid, Path) -> any()
handle_ack/4
handle_ack(Pid, Ref, Seq, Reset) -> any()
handle_call/3
handle_call(Msg, From, State) -> any()
handle_cast/2
handle_cast(Msg, State) -> any()
handle_command/2
handle_command(Pid, Msg) -> any()
handle_data/3
handle_data(Pid, Ref, Msgs) -> any()
handle_info/2
handle_info(Msg, State) -> any()
handle_input/2
handle_input(Pid, Msg) -> any()
info/1
info(Pid) -> any()
init/1
init(X1) -> any()
send_ack/4
send_ack(Pid, Index, Seq, Reset) -> any()
start_link/4
start_link(TID, GroupID, Args, Sup) -> any()
terminate/2
terminate(Reason, State) -> any()