kingToolbox / kingToolbox/WindTerm
[YMODEM] Resending more than 10 times resulted in transmission cancellation.
- Dominant language
- C
- Stars
- 32.3k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
If an exception occurs, the device will send 0x15 to the terminal to request a resend. When the number of retransmissions exceeds 10, the transmission will be canceled. So, can we configure the RetryTimes?

Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the YMODEM retransmission handling described in the issue and locate the hard-coded limit that cancels transmission after more than 10 retries. Make the retry count configurable as requested, then verify that exceeding the default limit follows the configured behavior without unintended cancellation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100