tests: Fix comments

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2023-07-05 08:13:58 +02:00
parent 9d5c8503c6
commit 5706fd1394
4 changed files with 18 additions and 18 deletions

View File

@@ -19,11 +19,11 @@ import (
/* Carrier Grade NAT setup with two relays and a single signaling server
*
* Hosts:
* - 1x Signaling node [s1] (GRPC server)
* - 2x Relay nodes [nat?] (Coturn STUN/TURN server)
* - 3x NAT routers [nat?]
* - 2x WAN switches [wan?]
* - 2x LAN switches [lan?]
* - 1x Signaling node [s1] (GRPC server)
* - 2x Relay nodes [nat?] (Coturn STUN/TURN server)
* - 3x NAT routers [nat?]
* - 2x WAN switches [wan?]
* - 2x LAN switches [lan?]
* - 2-5x cunicu Agent nodes [n?]
*
*

View File

@@ -19,12 +19,12 @@ import (
/* Typical wide-area NAT setup
*
* Hosts:
* - 1x Relay node [r1] (Coturn STUN/TURN server)
* - 1x Signaling node [s1] (GRPC server)
* - 2x NAT routers [nat?]
* - 1x WAN switch [wan?]
* - 2x LAN switches [lan?]
* - 2x cunicu Agent nodes [n?]git restore --staged
* - 1x Relay node [r1] (Coturn STUN/TURN server)
* - 1x Signaling node [s1] (GRPC server)
* - 2x NAT routers [nat?]
* - 1x WAN switch [wan?]
* - 2x LAN switches [lan?]
* - 2x cunicu Agent nodes [n?]
*
* ┌──────┐ ┌──────┐
* │ r1 │ │ s1 │

View File

@@ -26,9 +26,9 @@ import (
/* Simple local-area switched topology with 2 agents
*
* - 1x Signaling node [s1] (GRPC server)
* - 1x Switch [sw1]
* - 2x cunicu Agent nodes [n?]
* - 1x Signaling node [s1] (GRPC server)
* - 1x Switch [sw1]
* - 2x cunicu Agent nodes [n?]
*
* Signaling
* ┌─────┐

View File

@@ -24,10 +24,10 @@ import (
/* Simple local-area switched topology with variable number of agents
*
* - 1x Relay node [r1] (Coturn STUN/TURN server)
* - 1x Signaling node [s1] (GRPC server)
* - 1x Switch [sw1]
* - Yx cunicu Agent nodes [n?]
* - 1x Relay node [r1] (Coturn STUN/TURN server)
* - 1x Signaling node [s1] (GRPC server)
* - 1x Switch [sw1]
* - Yx cunicu Agent nodes [n?]
*
* Relay Signaling
* ┌────┐ ┌────┐