Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
MONGOC_SOCKET_RECV(3)		   libmongoc		 MONGOC_SOCKET_RECV(3)

SYNOPSIS
	  ssize_t
	  mongoc_socket_recv (mongoc_socket_t *sock,
			      void *buf,
			      size_t buflen,
			      int flags,
			      int64_t expire_at);

PARAMETERS
        sock: A mongoc_socket_t.

        buf: A	buffer to read into.

        buflen: A size_t with the number of bytes to receive.

        flags:	flags for recv().

        expire_at:  A int64_t with the	time to	expire in monotonic time using
	 System	Clock, which is	in microseconds.

DESCRIPTION
       This function performs a	recv() on the underlying socket.

RETURNS
       The number of bytes received on success,	0 on stream closed, and	-1  if
       there was a failure and errno is	set.

AUTHOR
       MongoDB,	Inc

COPYRIGHT
       2009-present, MongoDB, Inc.

1.30.2				 Apr 12, 2025		 MONGOC_SOCKET_RECV(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_socket_recv&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help