ymodem: increase the default RYM_CHD_INTV_TICK
Frequent 'C' on the handshake will confuse some sender(lrzsz for example).
This commit is contained in:
parent
ff1eb2cbc9
commit
2aa51d42f9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue