mongoc_stream_timed_out - Man Page
Synopsis
bool mongoc_stream_timed_out (mongoc_stream_t *stream);
Parameters
- stream: A mongoc_stream_t <>.
- Warning:
Not all stream implementations consistently report timeouts. mongoc_stream_timed_out() <> may return false even if a timeout occurred.
Returns
True if there has been a network timeout error on this stream.
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
Info
Apr 17, 2026 2.3.0 libmongoc