summaryrefslogtreecommitdiffstats
path: root/lib/tsocket/tsocket_sendto.c
Commit message (Collapse)AuthorAgeFilesLines
* tsocket: remove DGRAM support from tsocket_contextStefan Metzmacher2009-04-021-271/+0
| | | | metze
* lib/tsocket: add a fast path to tsocket_sendto_send/recv()Stefan Metzmacher2009-03-191-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
* lib/tsocket: add tsocket_sendto_queue_send/recv()Stefan Metzmacher2009-03-191-0/+125
| | | | metze
* lib/tsocket: add tsocket_sendto_send/recv()Stefan Metzmacher2009-03-191-0/+136
metze