git: network - Fix udp self-referential panic

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Sep 13 17:07:41 PDT 2010


commit 0ce85c477cde7e28292b2abd98bb0d0059c721e0
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Sep 13 17:04:03 2010 -0700

    network - Fix udp self-referential panic
    
    * udp_ctlinput() can't call domsg, it has to start the chain going with
      lwkt_sendmsg().
    
    * Currently udp only runs on protocol thread cpu 0.

Summary of changes:
 sys/netinet/udp_usrreq.c |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0ce85c477cde7e28292b2abd98bb0d0059c721e0


-- 
DragonFly BSD source repository





More information about the Commits mailing list