From: Sage Weil Date: Fri, 10 Jun 2016 21:11:04 +0000 (-0400) Subject: doc/dev/msgr2: fix english; drop TAG_START X-Git-Tag: v11.0.0~137^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c846f06548aa71a3d4dfbb7764cea639c04509ae;p=ceph.git doc/dev/msgr2: fix english; drop TAG_START Signed-off-by: Sage Weil --- diff --git a/doc/dev/msgr2.rst b/doc/dev/msgr2.rst index d78a7f16d913..dfc0b758afaa 100644 --- a/doc/dev/msgr2.rst +++ b/doc/dev/msgr2.rst @@ -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 ----------------