2,153
edits
(Created page with "<div class="seqdiag"> seqdiag { client; transitionServer; IXmapsServer; client -> transitionServer [label = "submits traceroute output"]; transitionServer -> client [la...") |
No edit summary |
||
| Line 1: | Line 1: | ||
{ | <div class="seqdiag" style="min-height: 600px"> | ||
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"]; | |||
} | |||
</div> | |||