git: tcp: Add sosendtcp for further optimization

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Mon Oct 24 05:21:22 PDT 2011


commit 5bc42dd14c6c9a541415424982d9c45a3888ea09
Author: Sepherosa Ziehau <sephe at 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





More information about the Commits mailing list