From owner-freebsd-current Sat Nov 11 03:21:26 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA12766 for current-outgoing; Sat, 11 Nov 1995 03:21:26 -0800 Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id DAA12746 for ; Sat, 11 Nov 1995 03:21:11 -0800 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id TAA10530; Sat, 11 Nov 1995 19:19:53 +0800 Date: Sat, 11 Nov 1995 19:19:53 +0800 (WST) From: Peter Wemm To: michael butler cc: Heikki Suonsivu , freebsd-current@freefall.freebsd.org, brad@fcr.com, paulus@cs.anu.edu.au Subject: Re: cvs commit: src/usr.sbin/pppd RELNOTES In-Reply-To: <199511111052.VAA09030@asstdc.scgt.oz.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.org Precedence: bulk On Sat, 11 Nov 1995, michael butler wrote: > Heikki Suonsivu writes: > > > Has anyone looked at it, if it could be modified to do zip compression > > instead. > > ZIP is computationally expensive .. you'll speed most of your time in the > kernel and little doing much else. The "predictor-1" algorithm already in > use by iij-ppp is a lightweight alternative, It'd be nice to have kernel-ppp speak "predictor-1" as well for completeness - but I dont have the inclination or expertise to spend the time to port the user-mode code to run in kernel-mode. I'd certainly be willing to help where I could though. Cheers, -Peter > michael