lib/tsocket: optimize syscalls in tstream_readv_pdu_send()
commit7f83d75a3a666ca1bc6213433344b8017eb4932a
authorStefan Metzmacher <metze@samba.org>
Fri, 2 Nov 2012 12:56:53 +0000 (2 13:56 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 6 Nov 2012 10:19:22 +0000 (6 11:19 +0100)
treee5ee69af299e2f2616c4fd20249b3f055f577792
parent53aa9727b8157ca1ad6c59ef9ebbb9f519b33f1e
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