Whamcloud - gitweb
LUDOC-293 protocol: Merge all recent patches
[doc/protocol.git] / timeouts.txt
index db3c3cd..262e0ff 100644 (file)
@@ -11,7 +11,7 @@ the classes and how they are managed will wait for now.
 Every request message indicates a timeout value and every reply answers
 with the value the service will honor. Initial connection requests
 propose a value for the timeout, and subsequent requests and replies
-pass that value back and forth as part of the message header
+pass that value back and forth as part of the RPC descriptor
 ('pb_timeout').
 
 Service Times
@@ -19,7 +19,7 @@ Service Times
 
 Closely related to the timeouts in Lustre are the service times that
 are expect and observed for each connection class. A request will
-always list the service time as 0 in the message header
+always list the service time as 0 in the RPC descriptor
 ('pb_service_time'). The reply lists the time the server actual to
 send the reply.