Browse Source

Refer to the tcp_reverse example for full gen_server

Loïc Hoguin 8 years ago
parent
commit
dff4ea04dc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      doc/src/guide/protocols.asciidoc

+ 2 - 0
doc/src/guide/protocols.asciidoc

@@ -95,3 +95,5 @@ init({Ref, Socket, Transport, _Opts = []}) ->
 
 
 %% Other gen_server callbacks here.
 %% Other gen_server callbacks here.
 ----
 ----
+
+Check the `tcp_reverse` example for a complete example.