Skip to content

Commit 065bcdc

Browse files
committed
fallback
1 parent ca66d3e commit 065bcdc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

source/fundamentals/connection/connection-options.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,21 @@ string, see :manual:`Connection Strings </reference/connection-string/>` in the
5656
- ``null``
5757
- Specifies the database that connections authenticate against.
5858

59+
* - **autoSelectFamily**
60+
- boolean
61+
- ``true``
62+
- If set to true, the socket attempts to connect to IPv6 and IPv4 addresses
63+
until a connection is established. If available, the driver will select
64+
the first IPv6 address.
65+
66+
* - **autoSelectFamilyAttemptTimeout**
67+
- non-negative integer
68+
- ``null``
69+
- Specifies the amount of time in milliseconds to wait for a connection
70+
attempt to finish before trying the next address when using the
71+
``autoSelectFamily`` option. If set to a positive integer less than ``10``,
72+
the value ``10`` is used instead.
73+
5974
* - **compressors**
6075
- comma separated list of strings, for example, "snappy,zlib,zstd"
6176
- ``null``

0 commit comments

Comments
 (0)