summaryrefslogtreecommitdiff
path: root/lib/tsocket/tsocket_sendto.c
AgeCommit message (Collapse)AuthorFilesLines
2009-04-02tsocket: remove DGRAM support from tsocket_contextStefan Metzmacher1-271/+0
metze
2009-03-19lib/tsocket: add a fast path to tsocket_sendto_send/recv()Stefan Metzmacher1-0/+10
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-19lib/tsocket: add tsocket_sendto_queue_send/recv()Stefan Metzmacher1-0/+125
metze
2009-03-19lib/tsocket: add tsocket_sendto_send/recv()Stefan Metzmacher1-0/+136
metze