From owner-freebsd-hackers Wed Sep 29 11:24:37 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from mg-20425427-16.ricochet.net (mg-20425427-16.ricochet.net [204.254.27.16]) by hub.freebsd.org (Postfix) with ESMTP id BFC281596B for ; Wed, 29 Sep 1999 11:23:51 -0700 (PDT) (envelope-from gurney_j@efn.org) Received: (from jmg@localhost) by mg-20425427-16.ricochet.net (8.9.1/8.8.7) id LAA05277; Wed, 29 Sep 1999 11:23:11 -0700 (PDT) Message-ID: <19990929112305.10957@hydrogen.fircrest.net> Date: Wed, 29 Sep 1999 11:23:05 -0700 From: John-Mark Gurney To: Mark Tinguely Cc: hackers@FreeBSD.ORG Subject: Re: The sppp driver References: <199909291509.KAA14058@plains.NoDak.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <199909291509.KAA14058@plains.NoDak.edu>; from Mark Tinguely on Wed, Sep 29, 1999 at 10:09:40AM -0500 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 3.0-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Tinguely scribbled this message on Sep 29: > The sppp > is more efficient than ppp and pppd because it does not have to map > the packets from kernel space to user space and then back again, plus the > advatages not having to service interrupts on each character, the > synchronous link does not need to map Asynchronous-Control-Character-Map > characters and Frame Check Sums. pppd only map packets from kernel space to user space when they are control packets... all data packets get passed directly from the ppp tty driver to the network layer.... so, pppd may not be as efficient as sppp, but the parts that matter (data latency) is just as efficient... -- John-Mark Gurney Voice: +1 408 975 9651 Cu Networking "The soul contains in itself the event that shall presently befall it. The event is only the actualizing of its thought." -- Ralph Waldo Emerson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message