From owner-freebsd-net Thu Jun 22 14:48:17 2000 Delivered-To: freebsd-net@freebsd.org Received: from modemcable127.61-201-24.mtl.mc.videotron.net (modemcable014.183-200-24.mtl.mc.videotron.net [24.200.183.14]) by hub.freebsd.org (Postfix) with SMTP id 8EE0137BF55 for ; Thu, 22 Jun 2000 14:48:10 -0700 (PDT) (envelope-from patrick@mindstep.com) Received: (qmail 4410 invoked from network); 22 Jun 2000 21:48:06 -0000 Received: from patrak.local.mindstep.com (HELO PATRAK) (192.168.10.4) by jacuzzi.local.mindstep.com with SMTP; 22 Jun 2000 21:48:06 -0000 Message-ID: <016101bfdc93$8b43e8d0$040aa8c0@local.mindstep.com> From: "Patrick Bihan-Faou" To: "Brian Somers" , References: <200006221925.UAA00485@hak.lan.Awfulhak.org> Subject: Re: "frag-anyways" knob. Date: Thu, 22 Jun 2000 17:48:04 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, > In the PPPoE case, we need to be able to bring the program up and > down based on any new MTU values negotiated by ppp(8). If the MSS update hack is in libalias, you just have to call the AliasSetMTU() function to set the new value. I tried to patch ppp for that, but was not succesful. I am not familiar with the code so... Also the updating of the MSS is in a separate function of alias.c. At this time it is static, but I guess it can be made public. I think the best is to discuss that with Ruslan. Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message