XMODEMCRC
A file transfer protocol used between modems. XMODEM uses 128-byte packets
with error detection, allowing the receiver to request retransmission of a
corrupted packet.
XMODEMCRC is a variation that uses different error detection (CRC instead of
checksum) to take advantage of faster modems.