Skip to content

Commit

Permalink
Fixes #1096 (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
veselov authored and davecramer committed Feb 1, 2018
1 parent aa676bb commit df4e7fa
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/documentation/94/connect.md
Expand Up @@ -121,7 +121,11 @@ connection.
* `recvBufferSize = int`

Sets SO_RCVBUF on the connection stream

* `receiveBufferSize = int`

Sets SO_RCVBUF on the connection stream

* `protocolVersion = String`

The driver supports both the V2 and V3 frontend/backend protocols. The
Expand Down Expand Up @@ -330,14 +334,6 @@ connection.

Use SPNEGO in SSPI authentication requests

* `sendBufferSize = int`

Sets SO_SNDBUF on the connection stream

* `receiveBufferSize = int`

Sets SO_RCVBUF on the connection stream

* `readOnly = boolean`

Put the connection in read-only mode
Expand Down

0 comments on commit df4e7fa

Please sign in to comment.