summaryrefslogtreecommitdiff
path: root/doc/msc/rvi_protocol_double_connect1.msc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/msc/rvi_protocol_double_connect1.msc')
-rw-r--r--doc/msc/rvi_protocol_double_connect1.msc23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/msc/rvi_protocol_double_connect1.msc b/doc/msc/rvi_protocol_double_connect1.msc
new file mode 100644
index 0000000..eb22f83
--- /dev/null
+++ b/doc/msc/rvi_protocol_double_connect1.msc
@@ -0,0 +1,23 @@
+#
+#
+# Sequence diagram description
+#
+# The sequence diagram description below is translated to
+# a PNG image by mscgen (http://www.mcternan.me.uk/mscgen/)
+#
+# Recompile updated diagrams to a png image with:
+#
+# mscgen -T png rvi_core_double_connect.msc
+#
+
+msc {
+ width="400";
+ "Client", "Server";
+ "Client" -> "Server" [ label = "Connect" ];
+ "Client" <-> "Server" [ label = "TLS Upgrade" ];
+ "Client" -> "Server" [ label = "authorize(...)" ];
+ "Client" <- "Server" [ label = "authorize(...)" ];
+ "Client" abox "Server" [ label = "Race Condition" ] ;
+}
+
+