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 2418c48..f170ef2 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 three seconds */
- alarm(3);
+ /* We will stop handling options after ten seconds */
+ alarm(10);
/* Let's do this */
while (!feof(stdin) && done < 1) {