From owner-freebsd-current Tue Feb 17 14:54:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09959 for freebsd-current-outgoing; Tue, 17 Feb 1998 14:54:04 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA09793 for ; Tue, 17 Feb 1998 14:53:32 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id WAA18270; Tue, 17 Feb 1998 22:53:20 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id XAA16281; Tue, 17 Feb 1998 23:53:19 +0100 (MET) Message-ID: <19980217235319.40955@follo.net> Date: Tue, 17 Feb 1998 23:53:19 +0100 From: Eivind Eklund To: Garrett Wollman Cc: freebsd-current@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/ppp command.c datalink.c datalink.h defs.h vars.c vars.h References: <19980217203309.39822@follo.net> <199802171950.UAA01120@labinfo.iet.unipi.it> <19980217222533.63111@follo.net> <199802172137.QAA14720@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199802172137.QAA14720@khavrinen.lcs.mit.edu>; from Garrett Wollman on Tue, Feb 17, 1998 at 04:37:48PM -0500 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 17, 1998 at 04:37:48PM -0500, Garrett Wollman wrote: > > I'm not certain how this can be handled. A possibility might be to > > fragment the packets for just that connection, ie, in effect lower > > the MTU for just part of the use. > > What multilink PPP allows you to do is interrupt one data stream > temporarily to send a packet from another. (I'm remembering this from > what was described at the first ISSLL WG meeting, so forgive me if I > got it wrong.) You still have to go back to that packet eventually. How'd you do this? Escape-sequences inline in the packets? The disadvantage here compared to doing this at a higher level is that you wouldn't get the same benefit for another slow link, say a SLIP-line. OTOH, it seems all serial lines run PPP these days... Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message