From owner-cvs-all Thu Dec 30 5:27:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C24D315125; Thu, 30 Dec 1999 05:27:16 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA65051; Thu, 30 Dec 1999 05:27:16 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199912301327.FAA65051@freefall.freebsd.org> From: Brian Somers Date: Thu, 30 Dec 1999 05:27:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp hdlc.h mbuf.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/12/30 05:27:16 PST Modified files: usr.sbin/ppp hdlc.h mbuf.h Log: Increase M_MAXLEN from 2048 - sizeof struct mbuf to 4096 - sizeof struct mbuf, and set MAX_MRU and MAX_MTU back to 2048. 2048 is big enough as an MTU/MRU, but we need to be able to allocate larger mbufs after reassembling IP fragments. Revision Changes Path 1.21 +3 -3 src/usr.sbin/ppp/hdlc.h 1.23 +2 -2 src/usr.sbin/ppp/mbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message