|
SYNOPSISssize_t mongoc_socket_send (mongoc_socket_t *sock, PARAMETERS
DESCRIPTIONSends 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. RETURNS-1 on failure and errno is set, or the number of bytes sent. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|