Re: mbuf usage for an idle machine

From: Garrett Wollman (wollman_at_khavrinen.lcs.mit.edu)
Date: 08/27/03

  • Next message: Company 2210: "Multiple Gateway IPSEC Problem"
    Date: Wed, 27 Aug 2003 12:53:09 -0400 (EDT)
    To: Robert Watson <rwatson@freebsd.org>
    
    

    <<On Wed, 27 Aug 2003 11:43:03 -0400 (EDT), Robert Watson <rwatson@freebsd.org> said:

    > There are a number of situations in which the mbuf allocator is used to
    > allocate non-mbufs -- for example, we use mbufs to hold IP fragment
    > queues, as well as some static packet prototype mbufs, socket options,
    > etc.

    You're a few years out of date on that one. Socket options should not
    be held in mbufs (unless something is broken at the protocol level).
    I made a sweep a few years back and managed to eliminate most misues
    of mbufs in the network stack.

    -GAWollman

    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"


  • Next message: Company 2210: "Multiple Gateway IPSEC Problem"