From owner-freebsd-hackers Thu Jan 11 23:27:23 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03970 for hackers-outgoing; Thu, 11 Jan 1996 23:27:23 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA03964 for ; Thu, 11 Jan 1996 23:27:13 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id SAA25365; Fri, 12 Jan 1996 18:22:53 +1100 Date: Fri, 12 Jan 1996 18:22:53 +1100 From: Bruce Evans Message-Id: <199601120722.SAA25365@godzilla.zeta.org.au> To: mnewell@lupine.nsi.nasa.gov, nate@sri.MT.net Subject: Re: pppd vs ijppp Cc: hackers@FreeBSD.ORG Sender: owner-hackers@FreeBSD.ORG Precedence: bulk >> Nope. I got a predictor-1 module from the Linux author which is >> *extremely* Linux-centric. It also has some patent problems with the >> CRC algorithm it uses (which is why it's not distributed publically), so >> I hope to use it as a basis for bringing into our pppd, using the >> predictor-1 module out of ijppp. >Is the module in ijppp also encumbered? Probably. The standard BSD-compress in the current kernel ppp (and in /usr/bin) is also apparently encumbered. See /usr/src/usr.sbin/pppd/RELNOTES. >I'm not sure I will be able to do it, but I'm really interested in >getting better throughput so I'm willing to give it a stab. Is there a Doesn't your modem do compression? I don't see how compression can help if it does. BSD-compress (15 bits) only achieves 33% compression on /kernel (a average (?) non-text non-compressed file) at a cost of approximately doubling the total transmission overhead on a 486DX2/66. For compressing /kernel.gz, /usr/bin/compress _expands_ the file by 40%. Bruce