CFG: raw socket locking

From: Sam Leffler (sam_at_errno.com)
Date: 08/20/03

  • Next message: Sam Leffler: "CFR: routing table locking"
    Date: Wed, 20 Aug 2003 08:58:41 -0700
    To: freebsd-net@freebsd.org, freebsd-arch@freebsd.org
    
    

    http://www.freebsd.org/~sam/rawsock.patch

    This locks the raw socket protocol control blocks using equivalent
    techniques to those used for udp, etc. There is one code restructuring
    done to simplify this work; equivalent to the one I added for udp.

    Note this change also removes the rip_olddiverterror sysctl. It was marked
    as "to be removed". I'll probably leave it alone and/or remove it in a
    separate pass.

            Sam

    _______________________________________________
    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: Sam Leffler: "CFR: routing table locking"