Skip to content

Commit

Permalink
doc/dev/msgr2: TAG_COSE
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 c846f06 commit 84c2aa4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/dev/msgr2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,11 @@ Once a session is stablished, we can exchange messages.

- Time stamp is from the TAG_KEEPALIVE2 we are responding to.

* TAG_CLOSE: terminate a stream

Indicates that a stream should be terminated. This is equivalent to
a hangup or reset (i.e., should trigger ms_handle_reset). It isn't
strictly necessary or useful if there is only a single stream as we
could just disconnect the TCP connection, although one could
certainly use it creatively (e.g., reset the stream state and retry
an authentication handshake).

0 comments on commit 84c2aa4

Please sign in to comment.