|
SYNOPSISssize_t mongoc_socket_recv (mongoc_socket_t *sock, PARAMETERS
DESCRIPTIONThis function performs a recv() on the underlying socket. RETURNSThe number of bytes received on success, 0 on stream closed, and -1 if there was a failure and errno is set. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|