tcp: Add sosendtcp for further optimization
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 23 Oct 2011 10:30:39 +0000 (18:30 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 23 Oct 2011 10:30:39 +0000 (18:30 +0800)
commit5bc42dd14c6c9a541415424982d9c45a3888ea09
tree1c49f7eede51adaf95399113b6878ade95f86af7
parentff1e2a9141cf4e03e877a14e79a65024f5c919fd
tcp: Add sosendtcp for further optimization

Currently:
- Cleanup the 'atomic' logic
- Free the 'control' earlier
- Remove the "implied connection" related bits
sys/kern/uipc_socket.c
sys/netinet/tcp_usrreq.c
sys/sys/socketvar.h