network - Fix udp self-referential panic
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 14 Sep 2010 00:04:03 +0000 (17:04 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 14 Sep 2010 00:06:33 +0000 (17:06 -0700)
commit0ce85c477cde7e28292b2abd98bb0d0059c721e0
tree44adc2db533d39f209d0fe522ee367a8073af52b
parent2486dd18b4d03b2b9cc2f276bfbaf132c5e15741
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.
sys/netinet/udp_usrreq.c