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