Subject: Re: disable m_dup()
To: Darren Reed <darrenr@reed.wattle.id.au>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-net
Date: 08/18/2000 10:15:10
no, that's OK, because MLGET either attaches a MCLBYTES-sized cluster
to the mbuf or doesn't set the M_EXT flag.

M_EXT means that an mbuf has external storage.

However, there are other forms of external mbufs (although support for
them is rarely used).

					- Bill