提交 2aa51d42 编写于 作者: G Grissiom

ymodem: increase the default RYM_CHD_INTV_TICK

Frequent 'C' on the handshake will confuse some sender(lrzsz for
example).
上级 ff1eb2cb
......@@ -52,7 +52,7 @@ enum rym_code {
#endif
/* how many ticks between two handshake code. */
#ifndef RYM_CHD_INTV_TICK
#define RYM_CHD_INTV_TICK (RT_TICK_PER_SECOND / 4)
#define RYM_CHD_INTV_TICK (RT_TICK_PER_SECOND * 3)
#endif
enum rym_stage {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册