From bd5de43249de5b450edcb64779c6fac5e87daa2e Mon Sep 17 00:00:00 2001 From: mutn3ja Date: Sun, 27 Jul 2025 19:36:26 +0100 Subject: update README.md to be consistent with the code The protocol callback module has timeout value set as 60 seconds --- examples/tcp_reverse/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3