aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tcp_reverse
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tcp_reverse')
-rw-r--r--examples/tcp_reverse/README.md2
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.