]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: change tcp rcvbuf and tcp nodelay to ms tcp rcvbuf 5220/head
authorVikhyat Umrao <vumrao@redhat.com>
Tue, 14 Jul 2015 03:42:06 +0000 (09:12 +0530)
committerVikhyat Umrao <vumrao@redhat.com>
Tue, 14 Jul 2015 11:51:33 +0000 (17:21 +0530)
     and ms tcp nodelay

Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
doc/rados/configuration/network-config-ref.rst

index 3e0aa9e165c51f25ab5972df6d3286f8b3252f0c..b07777bcb5c90fe2eeefc5fdb8f56e517a201ece 100644 (file)
@@ -423,13 +423,13 @@ TCP
 Ceph disables TCP buffering by default.
 
 
-``tcp nodelay``
+``ms tcp nodelay``
 
-:Description: Ceph enables ``tcp nodelay`` so that each request is sent 
+:Description: Ceph enables ``ms tcp nodelay`` so that each request is sent 
               immediately (no buffering). Disabling `Nagle's algorithm`_
               increases network traffic, which can introduce latency. If you 
               experience large numbers of small packets, you may try 
-              disabling ``tcp nodelay``. 
+              disabling ``ms tcp nodelay``. 
 
 :Type: Boolean
 :Required: No
@@ -437,7 +437,7 @@ Ceph disables TCP buffering by default.
 
 
 
-``tcp rcvbuf``
+``ms tcp rcvbuf``
 
 :Description: The size of the socket buffer on the receiving end of a network
               connection. Disable by default.
@@ -451,7 +451,7 @@ Ceph disables TCP buffering by default.
 ``ms tcp read timeout``
 
 :Description: If a client or daemon makes a request to another Ceph daemon and
-              does not drop an unused connection, the ``tcp read timeout`` 
+              does not drop an unused connection, the ``ms tcp read timeout`` 
               defines the connection as idle after the specified number 
               of seconds.