summaryrefslogtreecommitdiff
path: root/apps/include/zmodem.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/include/zmodem.h')
-rw-r--r--apps/include/zmodem.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/include/zmodem.h b/apps/include/zmodem.h
index 64951a7b8..d249875ad 100644
--- a/apps/include/zmodem.h
+++ b/apps/include/zmodem.h
@@ -135,6 +135,15 @@
# define CONFIG_SYSTEM_ZMODEM_RESPTIME 10
#endif
+/* When rz starts, it must wait a for the remote end to start the file
+ * transfer. This may take longer than the normal response time. This
+ * value may be set to tune that longer timeout value.
+ */
+
+#ifndef CONFIG_SYSTEM_ZMODEM_CONNTIME
+# define CONFIG_SYSTEM_ZMODEM_CONNTIME 30
+#endif
+
/* Receiver serial number */
#ifndef CONFIG_SYSTEM_ZMODEM_SERIALNO