diff options
author | Loïc Hoguin <[email protected]> | 2016-11-15 14:21:55 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-11-15 14:21:55 +0200 |
commit | dff4ea04dc0e286e8cb43fea0177d3efc249aec5 (patch) | |
tree | bbab6e62f926a33038e84291352ffd4df56d1a15 | |
parent | 98908c894a67364f930d5049d8077a09159553fc (diff) | |
download | ranch-dff4ea04dc0e286e8cb43fea0177d3efc249aec5.tar.gz ranch-dff4ea04dc0e286e8cb43fea0177d3efc249aec5.tar.bz2 ranch-dff4ea04dc0e286e8cb43fea0177d3efc249aec5.zip |
Refer to the tcp_reverse example for full gen_server
-rw-r--r-- | doc/src/guide/protocols.asciidoc | 2 |
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. |