From df4e7fa07c205e12f7fe5e3c80ab90ea63c1bc17 Mon Sep 17 00:00:00 2001 From: Pawel Date: Thu, 1 Feb 2018 07:58:04 -0800 Subject: [PATCH] Fixes #1096 (#1097) --- docs/documentation/94/connect.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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