Ixsub: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div class="seqdiag" style="height: 600px"> | <div class="seqdiag" style="height: 600px"> | ||
seqdiag { | seqdiag { | ||
client; | client; |
Revision as of 22:23, 4 March 2015
seqdiag {
client;
transitionServer;
IXmapsServer;
client -> transitionServer [label = "submits traceroute output"]; transitionServer -> client [label = "sends traceroute id"]; transitionServer --> transitionServer [label = "parses output"]; transitionServer --> IXmapServer [label = "submits parsed output"]; }