summaryrefslogtreecommitdiff
path: root/doc/msc/rvi_protocol_double_connect1.msc
blob: eb22f834968b27b3b90c031c76829d6ec12e35c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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" ] ;
}