]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Alter the mbuf type as it's processed by different layers.
authorBrian Somers <brian@FreeBSD.org>
Wed, 2 Jun 1999 15:59:09 +0000 (15:59 +0000)
committerBrian Somers <brian@FreeBSD.org>
Wed, 2 Jun 1999 15:59:09 +0000 (15:59 +0000)
commit411675bae35766a6137a33683240c043896ea3da
treeed7035ac811f6d1f9c1fd070386dd2caced8bb08
parent3f9d7b80b279741348818efdc101dc225e85a2ef
o Alter the mbuf type as it's processed by different layers.
o Show more information about missing MP fragments in ``show mp''.
o Do away with mbuf_Log().  It was showing mbuf stats twice on
  receipt of LCP/CCP/IPCP packets.... ???!!?
o Pre-allocate a bit extra when creating LQR packets to avoid having
  to allocate another mbuf in mbuf_Prepend().
24 files changed:
usr.sbin/ppp/acf.c
usr.sbin/ppp/alias_cmd.c
usr.sbin/ppp/async.c
usr.sbin/ppp/cbcp.c
usr.sbin/ppp/ccp.c
usr.sbin/ppp/chap.c
usr.sbin/ppp/deflate.c
usr.sbin/ppp/fsm.c
usr.sbin/ppp/fsm.h
usr.sbin/ppp/hdlc.c
usr.sbin/ppp/ip.c
usr.sbin/ppp/ipcp.c
usr.sbin/ppp/lcp.c
usr.sbin/ppp/link.c
usr.sbin/ppp/lqr.c
usr.sbin/ppp/mbuf.c
usr.sbin/ppp/mbuf.h
usr.sbin/ppp/mp.c
usr.sbin/ppp/nat_cmd.c
usr.sbin/ppp/pap.c
usr.sbin/ppp/pred.c
usr.sbin/ppp/proto.c
usr.sbin/ppp/sync.c
usr.sbin/ppp/vjcomp.c