Functions | |
| dpl_status_t | dpl_try_connect (dpl_ctx_t *ctx, dpl_req_t *req, dpl_conn_t **connp) |
| Get a connection from the context. More... | |
| void | dpl_conn_release (dpl_conn_t *conn) |
| Release the connection after use. More... | |
| void | dpl_conn_terminate (dpl_conn_t *conn) |
| Release and immediately terminate a connection. More... | |
| dpl_status_t | dpl_conn_writev_all (dpl_conn_t *conn, struct iovec *iov, int n_iov, int timeout) |
| Write an IO vector to the connection. More... | |
| dpl_conn_t * | dpl_conn_open_file (dpl_ctx_t *ctx, int fd) |
| Create a connection to a local file. More... | |
1.8.3.1