DragonFly BSD
DragonFly commits List (threaded) for 2011-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: tcp: Add sosendtcp for further optimization


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 24 Oct 2011 05:19:15 -0700 (PDT)

commit 5bc42dd14c6c9a541415424982d9c45a3888ea09
Author: Sepherosa Ziehau <sephe@dragonflybsd.org>
Date:   Sun Oct 23 18:30:39 2011 +0800

    tcp: Add sosendtcp for further optimization
    
    Currently:
    - Cleanup the 'atomic' logic
    - Free the 'control' earlier
    - Remove the "implied connection" related bits

Summary of changes:
 sys/kern/uipc_socket.c   |  153 ++++++++++++++++++++++++++++++++++++++++++++++
 sys/netinet/tcp_usrreq.c |   18 +----
 sys/sys/socketvar.h      |    3 +
 3 files changed, 160 insertions(+), 14 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5bc42dd14c6c9a541415424982d9c45a3888ea09


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]