Skip to content

Commit

Permalink
doc/dev/msgr2: fix english; drop TAG_START
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Jun 10, 2016
1 parent bd47272 commit c846f06
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions doc/dev/msgr2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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
----------------

Expand Down

0 comments on commit c846f06

Please sign in to comment.