From: Mark Hahn (hahn@neurocog.lrdc.pitt.edu)
Date: 08/10/93


From: hahn@neurocog.lrdc.pitt.edu (Mark Hahn)
Subject: Re: kermit parameters
Date: 10 Aug 1993 08:05:29 GMT

set file type binary
set file name literal
set send packet-length 4096
set window-size 4
set block-check 3

actually, there's not much point to the block-check thing if your
modem does error correction. also, I usually only transfer files
in one direction, hence the large send packet length. this setup
and a 14.4k modem get me between 1200 and 1600 cps under kermit.

regards, mark hahn.