Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!sun-barr!cs.utexas.edu!ut-emx!walt.cc.utexas.edu!nghiem From: nghiem@walt.cc.utexas.edu (Alex Nghiem) Newsgroups: comp.sys.mac Subject: Re: Kermit question Message-ID: <14586@ut-emx.UUCP> Date: 28 Jun 89 05:04:12 GMT References: <320@umabco.UUCP> <7233@cg-atla.UUCP> <32533@apple.Apple.COM> <3769@viscous.sco.COM> Sender: news@ut-emx.UUCP Reply-To: nghiem@walt.cc.utexas.edu (Alex Nghiem) Organization: The University of Texas at Austin, Austin, Texas Lines: 9 [question about why MacKermit seems slow during file transfer at 9600 baud] You need to change your send and receive packet size to 1000 and set your block check type to 3 (CRC) to ensure 99.9% error correction. If you use the default settings, your packet size will be only 94 bytes. You will lose throughput because of the overhead needed to calculate a checksum for each of the 94 byte blocks. Cheers...