From owner-freebsd-current Sat Nov 11 02:53:18 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA11821 for current-outgoing; Sat, 11 Nov 1995 02:53:18 -0800 Received: from asstdc.scgt.oz.au (root@asstdc.scgt.oz.au [202.14.234.65]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id CAA11816 ; Sat, 11 Nov 1995 02:53:13 -0800 Received: (from imb@localhost) by asstdc.scgt.oz.au (8.6.12/BSD-4.4) id VAA09030; Sat, 11 Nov 1995 21:52:55 +1100 From: michael butler Message-Id: <199511111052.VAA09030@asstdc.scgt.oz.au> Subject: Re: cvs commit: src/usr.sbin/pppd RELNOTES To: hsu@cs.hut.fi (Heikki Suonsivu) Date: Sat, 11 Nov 1995 21:52:54 +1100 (EST) Cc: peter@freefall.freebsd.org, freebsd-current@freefall.freebsd.org, brad@fcr.com, paulus@cs.anu.edu.au In-Reply-To: <199511110306.FAA06778@shadows.cs.hut.fi> from "Heikki Suonsivu" at Nov 11, 95 05:06:02 am X-Mailer: ELM [version 2.4 PL24beta] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 314 Sender: owner-current@FreeBSD.org Precedence: bulk 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, michael