4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 00:39:20 +08:00
Grissiom d479960aac ymodem: fix a race-condition in handshaking
As we are sending C continuously, there is a chance that the
sender(remote) receive an C after sending the first handshake package.
So the sender will interpret it as NAK and re-send the package. So we
just ignore it and proceed.
2014-12-26 22:20:17 +08:00
..
2013-01-08 05:05:02 -08:00
2013-06-30 21:51:41 +08:00