1MONGOC_STREAM_SHOULD_RETRY(3) MongoDB C Driver MONGOC_STREAM_SHOULD_RETRY(3)
2
3
4
6 mongoc_stream_should_retry - mongoc_stream_should_retry()
7
9 bool
10 mongoc_stream_should_retry (mongoc_stream_t *stream);
11
13 ยท stream: A mongoc_stream_t.
14
16 True if the stream is open and has encountered a retryable network
17 error such as EAGAIN or if a TLS exchange is in progress and needs more
18 data.
19
21 MongoDB, Inc
22
24 2017-present, MongoDB, Inc
25
26
27
28
291.15.2 Nov 06, 2019 MONGOC_STREAM_SHOULD_RETRY(3)