]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/msgr2: TAG_COSE 9461/head
authorSage Weil <sage@redhat.com>
Fri, 10 Jun 2016 21:14:46 +0000 (17:14 -0400)
committerSage Weil <sage@redhat.com>
Fri, 10 Jun 2016 21:14:46 +0000 (17:14 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
doc/dev/msgr2.rst

index dfc0b758afaa565cfab3bff14732365fcb20550c..584ce7d82591d097f5f88451343a40684878618b 100644 (file)
@@ -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).