kernel - Fix unix domain socket portfn routing
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 14 Sep 2012 08:47:19 +0000 (01:47 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 14 Sep 2012 08:47:19 +0000 (01:47 -0700)
commit857e4745c6998c63fa433cf7e0d0e7da6d0d18a7
tree5e0aceb74d8d515112461e4103dd32908d4a189c
parent779d3e7af55e6b711d5c193ba8c5dd7c2780441a
kernel - Fix unix domain socket portfn routing

* sonewconn_faddr() / sonewconn() was improperly overriding the sync_port
  setting for unix domain sockets, causing unnecessary netmsg traffic to
  the netisr threads.

* This should significantly improve unix domain socket performance.

With-help-from: sephe
sys/kern/uipc_socket2.c