• G
    ymodem: fix a race-condition in handshaking · d479960a
    Grissiom 提交于
    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.
    d479960a
ymodem.c 10.7 KB