diff --git a/docs/documentation/94/connect.md b/docs/documentation/94/connect.md index a1eb5cb481..15adad82d2 100644 --- a/docs/documentation/94/connect.md +++ b/docs/documentation/94/connect.md @@ -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 @@ -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