diff options
author | mutn3ja <[email protected]> | 2025-07-27 19:36:26 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-07-28 12:34:27 +0200 |
commit | bd5de43249de5b450edcb64779c6fac5e87daa2e (patch) | |
tree | 068e62bb8bdfdbac57cf914662cf849c3b1c9ecf | |
parent | 9c8520ab8e9c6f3890ac3251d04fbe0b9514940f (diff) | |
download | ranch-bd5de43249de5b450edcb64779c6fac5e87daa2e.tar.gz ranch-bd5de43249de5b450edcb64779c6fac5e87daa2e.tar.bz2 ranch-bd5de43249de5b450edcb64779c6fac5e87daa2e.zip |
update README.md to be consistent with the code
The protocol callback module has timeout value set as 60 seconds
-rw-r--r-- | examples/tcp_reverse/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tcp_reverse/README.md b/examples/tcp_reverse/README.md index d4ab1de..d4bcefa 100644 --- a/examples/tcp_reverse/README.md +++ b/examples/tcp_reverse/README.md @@ -29,5 +29,5 @@ $ telnet localhost 5555 Type in a few words and see them reversed! Amazing! -Be aware that there is a timeout of 5 seconds without receiving +Be aware that there is a timeout of 60 seconds without receiving data before the example server disconnects your session. |