Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 1999 05:27:16 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp hdlc.h mbuf.h
Message-ID:  <199912301327.FAA65051@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912301327.FAA65051>