DragonFly commits List (threaded) for 2010-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: network - Fix udp self-referential panic
commit 0ce85c477cde7e28292b2abd98bb0d0059c721e0
Author: Matthew Dillon <dillon@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]