From d38108c1c96f9a0495634dc5d4182db1ea4dd02e Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sun, 24 Feb 2013 23:28:53 -0500 Subject: [PATCH] Zmodem 8K --- mystic/nodespy_term.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/mystic/nodespy_term.pas b/mystic/nodespy_term.pas index a5a27ba..246c08b 100644 --- a/mystic/nodespy_term.pas +++ b/mystic/nodespy_term.pas @@ -657,6 +657,7 @@ Begin Zmodem.StatusProc := @ProtocolStatusUpdate; Zmodem.AbortProc := @ProtocolAbort; Zmodem.ReceivePath := XferPath; + Zmodem.CurBufSize := 8 * 1024; Zmodem.QueueReceive;