1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/lib/tsocket
Stefan Metzmacher b900e92425 lib/tsocket: add a fast path to tsocket_sendto_send/recv()
By first trying to send data without waiting for the socket
to become writeable we gain about 10-20% performance in the
LDAP-BENCH-CLDAP test.

metze
2009-03-19 16:25:57 +01:00
..
config.mk lib/tsocket: add tsocket_readv_send/recv() 2009-03-19 16:25:56 +01:00
tsocket_bsd.c lib/tsocket: add an implementation for bsd style sockets. 2009-03-19 16:25:53 +01:00
tsocket_connect.c lib/tsocket: add tsocket_connect_send/recv() 2009-03-19 16:25:54 +01:00
tsocket_guide.txt lib/tsocket: add tsocket_guide.txt section about the async _send/recv() helper functions 2009-03-19 16:25:56 +01:00
tsocket_helpers.c lib/tsocket: add some useful helper functions 2009-03-19 16:20:22 +01:00
tsocket_internal.h lib/tsocket: add some useful helper functions 2009-03-19 16:20:22 +01:00
tsocket_readv.c lib/tsocket: add tsocket_readv_send/recv() 2009-03-19 16:25:56 +01:00
tsocket_recvfrom.c lib/tsocket: add tsocket_recvfrom_send/recv() 2009-03-19 16:25:53 +01:00
tsocket_sendto.c lib/tsocket: add a fast path to tsocket_sendto_send/recv() 2009-03-19 16:25:57 +01:00
tsocket_writev.c lib/tsocket: add tsocket_writev_queue_send/recv() 2009-03-19 16:25:55 +01:00
tsocket.c lib/tsocket: add generic socket abstraction layer 2009-03-19 15:01:12 +01:00
tsocket.h lib/tsocket: add tsocket_readv_send/recv() 2009-03-19 16:25:56 +01:00