MONGOC_SOCKET_SEND(3) | libmongoc | MONGOC_SOCKET_SEND(3) |
mongoc_socket_send - mongoc_socket_send()
ssize_t mongoc_socket_send (mongoc_socket_t *sock,
const void *buf,
size_t buflen,
int64_t expire_at);
Sends buflen bytes in buf to the destination. If a timeout expired, the number of bytes sent will be returned or -1 if no bytes were sent.
-1 on failure and errno is set, or the number of bytes sent.
MongoDB, Inc
2017-present, MongoDB, Inc
June 4, 2021 | 1.17.6 |