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
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]