From 99422c375d21f988cc925e5e711b64c4fdd5af56 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Wed, 17 Oct 2001 12:25:18 +0000 Subject: [PATCH] fixed binkp Nopper code for long transfers --- mbcico/binkp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mbcico/binkp.c b/mbcico/binkp.c index e0d060b8..56ae0f67 100644 --- a/mbcico/binkp.c +++ b/mbcico/binkp.c @@ -2,7 +2,7 @@ * * File ....................: mbcico/binkp.c * Purpose .................: Fidonet binkd protocol - * Last modification date ..: 04-Oct-2001 + * Last modification date ..: 17-Oct-2001 * Binkp protocol copyright : Dima Maloff. * ***************************************************************************** @@ -856,6 +856,7 @@ int binkp_batch(file_list *to_send) while ((RxState != RxDone) || (TxState != TxDone)) { + Nopper(); if (binkp_expired()) { Syslog('!', "Binkp: Transfer timeout"); Syslog('b', "Binkp: TxState=%d, RxState=%d, rxlen=%d", TxState, RxState, rxlen); @@ -978,7 +979,6 @@ int binkp_batch(file_list *to_send) break; case TxReadSend: - Nopper(); fseek(txfp, txpos, SEEK_SET); txlen = fread(txbuf, 1, SND_BLKSIZE, txfp);