File: ex37_note.signalling

package info (click to toggle)
msc-generator 8.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180,484 kB
  • sloc: cpp: 129,931; yacc: 23,655; ansic: 7,464; sh: 5,026; makefile: 948
file content (23 lines) | stat: -rw-r--r-- 623 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
C: Client; note: note\nhere;
R1: Router; note: note\nhere;
R2: Router; note: note\nhere;
S: Server; note: note\nhere;

->C: Hit; note: note\nhere;
C==C: Generate\nrequest; note: note\nhere;
pipe R1--R2: Tunnel {
    C=>S: Request; note: note\nhere;
}; note: note\nhere;
S--S: Set up\nmore tunnels; note: note\nhere;
pipe R1--R2: Segment 1 []
     R2==S: Segment 2
{
    C<=S:Response; note: note\nhere;
}; note: note\nhere;
pipe R1--R2: Outer
        [solid=255, color=green] {
    pipe C++S: \plInner
            [color=red] {
        C<=>: \prSome message; note: note\nhere;
    }; note: note\nhere;
}; note: note\nhere;