mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
tests: Fix comments
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
@@ -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?]
|
||||
*
|
||||
*
|
||||
|
@@ -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 │
|
||||
|
@@ -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
|
||||
* ┌─────┐
|
||||
|
@@ -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
|
||||
* ┌────┐ ┌────┐
|
||||
|
Reference in New Issue
Block a user