mongoc_client_set_sockettimeoutms - Man Page

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

See also:

URI Connection Options <#connection-options>

Author

MongoDB, Inc

Info

Sep 04, 2026 2.5.2 libmongoc