lib: Try nonblocking writes in writev_send()
authorVolker Lendecke <vl@samba.org>
Thu, 19 Mar 2020 16:00:59 +0000 (17:00 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 25 Mar 2020 10:41:29 +0000 (10:41 +0000)
commitbe394406ee016c6bab75fcd96417554468cf495d
tree7b3dd90ede59b467fa4334757d824ac1af461381
parent79f55ba3271b54068535e97695f5d6065a7048a5
lib: Try nonblocking writes in writev_send()

All callers now use nonblocking sockets, so that we can optimize by
doing early writes

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Wed Mar 25 10:41:29 UTC 2020 on sn-devel-184
lib/async_req/async_sock.c