]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/msgr2: fix english; drop TAG_START
authorSage Weil <sage@redhat.com>
Fri, 10 Jun 2016 21:11:04 +0000 (17:11 -0400)
committerSage Weil <sage@redhat.com>
Fri, 10 Jun 2016 21:11:04 +0000 (17:11 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
doc/dev/msgr2.rst

index d78a7f16d913f329ad5e10191d8e9e6bf9d114de..dfc0b758afaa565cfab3bff14732365fcb20550c 100644 (file)
@@ -61,7 +61,8 @@ can disconnect.
 Frame format
 ------------
 
-A series of frames between client and server of the form::
+All further data sent or received is contained by a frame.  Each frame has
+the form::
 
   stream_id (le32)
   frame_len (le32)
@@ -75,8 +76,9 @@ A series of frames between client and server of the form::
 
 * The payload format and length is determined by the tag.
 
-* The signature portion is only present in a given stream after the
-  authentication if signatures are enabled.
+* The signature portion is only present in a given stream if the
+  authentication phase has completed (TAG_AUTH_DONE has been sent) and
+  signatures are enabled.
 
 
 Authentication
@@ -205,14 +207,6 @@ an established session.
     that direction should win the race.  The client should wait for that
     connection to complete.
 
-* TAG_START: client is ready to start the message exchange session::
-
-    __le64 flags
-
-  - Sent by client when it is ready.  Server replies with same.
-  - No flags are defined now, but we might use them later.
-  - I'm not sure this is necessary.
-
 Message exchange
 ----------------