aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tcp_reverse/src/reverse_protocol.erl
AgeCommit message (Collapse)Author
2020-02-21Increase the timeout in the examples to 60sLoïc Hoguin
2020-02-10Initial release upgrade test suiteLoïc Hoguin
2019-05-09Remove Socket argument from ranch_protocol:start_linkLoïc Hoguin
2018-07-02Introduce Transport:handshake/1,2j.uhlig
This commit deprecates Transport:accept_ack/1 in favor of a new forward-compatible function. Transport:handshake/1,2 will use ssl:handshake/2,3 from Ranch 2.0 onward.
2018-05-07Replace gen_server with gen_statem in examplesj.uhlig
2016-11-15Properly handle Ctrl+D in examplesLoïc Hoguin
2016-11-15Remove bad advice for gen_server protocolsLoïc Hoguin
Also improves the good example a little by using spawn_link instead of start_link.
2013-12-07Fix small issues and style of the examplesLoïc Hoguin
2013-12-04Add example using gen_serverjosh rotenberg