]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Increase M_MAXLEN from 2048 - sizeof struct mbuf to
authorbrian <brian@FreeBSD.org>
Thu, 30 Dec 1999 13:27:15 +0000 (13:27 +0000)
committerbrian <brian@FreeBSD.org>
Thu, 30 Dec 1999 13:27:15 +0000 (13:27 +0000)
commitd229c8a13c2216189320fb983ddf4e7b04f026f0
treef950fcf7aebcf5bdc191fd5cd417bf47da629e66
parent1f35ac704665128c161bfcf29edfe93dd494f924
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.
usr.sbin/ppp/hdlc.h
usr.sbin/ppp/mbuf.h