enet
v1.0.0
Pages
Modules
Search documentation of enet
Settings
View Source
enet_host
(enet v1.0.0)
Summary
Functions
code_change(OldVsn, State, Extra)
connect(Host, IP, Port, ChannelCount)
get_channel_limit(Host)
get_incoming_bandwidth(Host)
get_mtu(Host)
get_outgoing_bandwidth(Host)
get_port(Host)
give_socket(Host, Socket)
handle_call(_, From, S)
handle_cast(Msg, S)
handle_info(_, S)
init(_)
send_outgoing_commands(Host, Commands, IP, Port)
send_outgoing_commands(Host, Commands, IP, Port, PeerID)
socket_options()
start_link(Port, ConnectFun, Options)
terminate(Reason, S)
Functions
Link to this function
code_change(OldVsn, State, Extra)
View Source
Link to this function
connect(Host, IP, Port, ChannelCount)
View Source
Link to this function
get_channel_limit(Host)
View Source
Link to this function
get_incoming_bandwidth(Host)
View Source
Link to this function
get_mtu(Host)
View Source
Link to this function
get_outgoing_bandwidth(Host)
View Source
Link to this function
get_port(Host)
View Source
Link to this function
give_socket(Host, Socket)
View Source
Link to this function
handle_call(_, From, S)
View Source
Link to this function
handle_cast(Msg, S)
View Source
Link to this function
handle_info(_, S)
View Source
Link to this function
init(_)
View Source
Link to this function
send_outgoing_commands(Host, Commands, IP, Port)
View Source
Link to this function
send_outgoing_commands(Host, Commands, IP, Port, PeerID)
View Source
Link to this function
socket_options()
View Source
Link to this function
start_link(Port, ConnectFun, Options)
View Source
Link to this function
terminate(Reason, S)
View Source