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

FreeBSD Manual Pages

  
 
  

home | help
MONGOC_CLIENT...OCKETTIMEOUTMS(3)  libmongoc MONGOC_CLIENT...OCKETTIMEOUTMS(3)

SYNOPSIS
	  void
	  mongoc_client_set_sockettimeoutms (mongoc_client_t *client, int32_t timeoutms);

       Change the sockettimeoutms of the mongoc_client_t.

       If  client was obtained from a mongoc_client_pool_t, the	socket timeout
       is    restored	 to    the     previous	    value     when     calling
       mongoc_client_pool_push().

PARAMETERS
        client: A mongoc_client_t.

        timeoutms: The	requested timeout value	in milliseconds.

       SEE ALSO:
	  URI Connection Options

AUTHOR
       MongoDB,	Inc

COPYRIGHT
       2009-present, MongoDB, Inc.

1.30.2				 Apr 12, 2025MONGOC_CLIENT...OCKETTIMEOUTMS(3)

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

home | help