View Source erlmld_tcp_acceptor (erlmld v1.1.1)

TCP connection acceptor. Accepts connections on Socket. Calls AcceptCallback from the acceptor process with successfully-accepted sockets (result ignored). Does not trap exits. Exits if an accept call fails. Sets some options before calling AcceptCallback.

Link to this section Summary

Link to this section Functions

Link to this function

listen(ListenIP, ListenPort)

View Source
Link to this function

run(Regname, ListenSocket, AcceptCallback)

View Source
Link to this function

start_link(Regname, Socket, AcceptCallback)

View Source