Subj : CVS commit src/sbbs3/zmodem.c zmodem.h To : All From : rswindell Date : Fri Jun 10 2005 11:38 am src/sbbs3 zmodem.c 1.57 1.58 zmodem.h 1.35 1.36 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv19911 Modified Files: zmodem.c zmodem.h Log Message: Use setvbuf() to speed up the CRC calculation of local files. Added support for [zmodem] InitTimeout and CrcTimeout values. Shortened error/debug messages. Fixed (yet another) zmtx-rx bug: do { continue; } while(FALSE); // doesn't More/improved logging. .