aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tcp_echo/src/tcp_echo_app.erl
AgeCommit message (Collapse)Author
2019-08-08Update examples to use new transport options formatjuhlig
2017-05-31Deprecated ranch:start_listener/6 and child_spec/6Loïc Hoguin
The NumAcceptors argument has been moved to transport option num_acceptor, which defaults to 10. The functions now take one less argument. The old functions are still here, though deprecated.
2012-08-07Add a TCP Echo protocol exampleLoïc Hoguin