Causes only the very first Block 0 packet to get ACK'd.
All other packets starting with SOH will be ignored until a new packet number was received.
Tested
Works with Tera Term V4.106
Works with Minicom 2.8
Possible follow up issues:
If ACK after block 0 gets lost, the shellmatta state machine will never send another one if the sender sends a repeated block 0.
In the long run this should be approached with timeout functionalities.
# Teraterm YModem Fix
## Description
Fixes #80
Causes only the very first Block 0 packet to get ACK'd.
All other packets starting with SOH will be ignored until a new packet number was received.
## Tested
- Works with Tera Term V4.106
- Works with Minicom 2.8
## Possible follow up issues:
If ACK after block 0 gets lost, the shellmatta state machine will never send another one if the sender sends a repeated block 0.
In the long run this should be approached with timeout functionalities.
Dieser Pull-Request kann automatisch zusammengeführt werden.
Teraterm YModem Fix
Description
Fixes #80
Causes only the very first Block 0 packet to get ACK'd.
All other packets starting with SOH will be ignored until a new packet number was received.
Tested
Possible follow up issues:
If ACK after block 0 gets lost, the shellmatta state machine will never send another one if the sender sends a repeated block 0.
In the long run this should be approached with timeout functionalities.