aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/protocols.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-15 14:21:55 +0200
committerLoïc Hoguin <[email protected]>2016-11-15 14:21:55 +0200
commitdff4ea04dc0e286e8cb43fea0177d3efc249aec5 (patch)
treebbab6e62f926a33038e84291352ffd4df56d1a15 /doc/src/guide/protocols.asciidoc
parent98908c894a67364f930d5049d8077a09159553fc (diff)
downloadranch-dff4ea04dc0e286e8cb43fea0177d3efc249aec5.tar.gz
ranch-dff4ea04dc0e286e8cb43fea0177d3efc249aec5.tar.bz2
ranch-dff4ea04dc0e286e8cb43fea0177d3efc249aec5.zip
Refer to the tcp_reverse example for full gen_server
Diffstat (limited to 'doc/src/guide/protocols.asciidoc')
-rw-r--r--doc/src/guide/protocols.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/guide/protocols.asciidoc b/doc/src/guide/protocols.asciidoc
index 393c601..48c74ef 100644
--- a/doc/src/guide/protocols.asciidoc
+++ b/doc/src/guide/protocols.asciidoc
@@ -95,3 +95,5 @@ init({Ref, Socket, Transport, _Opts = []}) ->
%% Other gen_server callbacks here.
----
+
+Check the `tcp_reverse` example for a complete example.