summaryrefslogtreecommitdiffstats
path: root/honeypot.c
diff options
context:
space:
mode:
Diffstat (limited to 'honeypot.c')
-rw-r--r--honeypot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/honeypot.c b/honeypot.c
index be8f77f..2418c48 100644
--- a/honeypot.c
+++ b/honeypot.c
@@ -291,8 +291,8 @@ void negotiate_telnet()
/* Set the default options. */
set_options();
- /* We will stop handling options after one second */
- alarm(1);
+ /* We will stop handling options after three seconds */
+ alarm(3);
/* Let's do this */
while (!feof(stdin) && done < 1) {