git: kernel - Fix unix domain socket portfn routing

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Sep 14 01:49:00 PDT 2012


commit 857e4745c6998c63fa433cf7e0d0e7da6d0d18a7
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Sep 14 01:47:19 2012 -0700

    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

Summary of changes:
 sys/kern/uipc_socket2.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/857e4745c6998c63fa433cf7e0d0e7da6d0d18a7


-- 
DragonFly BSD source repository



More information about the Commits mailing list