lib/tsocket: optimize syscalls in tstream_readv_pdu_send()
commit719595b6f7f8745f2608dddb2b86476b9cc2f598
authorStefan Metzmacher <metze@samba.org>
Fri, 2 Nov 2012 12:56:53 +0000 (2 13:56 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 5 Nov 2012 16:13:40 +0000 (5 17:13 +0100)
tree7c76ef4dffbf6ff437a9cdbee3e75171ed308c66
parente42889f83f261e2ac34014649476fae638a6e1f2
lib/tsocket: optimize syscalls in tstream_readv_pdu_send()

Once we've got the first part of a pdu we try to optimize
readv calls for the rest of the pdu.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/tsocket/tsocket_helpers.c