summaryrefslogtreecommitdiff
path: root/apps/system/zmodem/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/zmodem/Kconfig')
-rw-r--r--apps/system/zmodem/Kconfig20
1 files changed, 15 insertions, 5 deletions
diff --git a/apps/system/zmodem/Kconfig b/apps/system/zmodem/Kconfig
index 64ab3a92e..a622e9e8e 100644
--- a/apps/system/zmodem/Kconfig
+++ b/apps/system/zmodem/Kconfig
@@ -50,17 +50,27 @@ config SYSTEM_ZMODEM_MOUNTPOINT
Names of file send by the sz commond, on the other hand, must be
absolute paths beginning with '/'.
-config SYSTEM_ZMODEM_SENDSAMPLE
+config SYSTEM_ZMODEM_RCVSAMPLE
bool "Reverse channel"
- default y
+ default n
---help---
- Sender can sample reverse channel
+ Local sender can sample reverse channel while sending. This means
+ in particular, that Zmodem can detect if data is received from the
+ remote receiver while streaming a file to the remote receiver.
+ Support for such asychronous incoming data notification is needed to
+ support interruption of the file transfer by the remote receiver.
+
+ This capapability is not yet supported. There are only incomplete
+ hooks in the code now! Enable only if you want to see the warning.
config SYSTEM_ZMODEM_SENDATTN
bool "Attn interrupt"
- default y
+ default n
---help---
- Sender can be interrupted with ATTN
+ Local sender retains an attention string that will be sent to the remote receiver
+
+ This capapability is not yet supported. There are only incomplete
+ hooks in the code now! Enable only if you want to see the warning.
config SYSTEM_ZMODEM_ALWAYSSINT
bool "Send ZSINIT"