Subj : CVS commit src/sbbs3/zmodem.c zmodem.h To : All From : rswindell Date : Thu Jun 02 2005 02:57 pm src/sbbs3 zmodem.c 1.28 1.29 zmodem.h 1.19 1.20 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv12268 Modified Files: zmodem.c zmodem.h Log Message: Created some more mid-level functions: zmodem_abort_receive(), zmodem_send_ack(), and zmodem_recv_subpacket(). Transfers will now actually work with max_errors set to 0 (attempts=max_errors+1). zmodem_recv_init() now handles the following headers: ZFILE, ZSINIT, ZCOMMAND, ZFREECNT, and ZFIN. bug-fix in zmodem_recv_file_info(): if subpacket is corrupt, send ZNAK. .