| commit | a3cd52cd6c211c28dfe7a601c7f59a05bc058781 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Thu Apr 18 23:21:16 2024 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Wed Apr 24 22:29:11 2024 +0000 |
| tree | 94faa3ea035d1056fe560f05764291dec45932e7 | |
| parent | 8732d437505cb1280004bcaa8a330aaf57ba402e [diff] |
treewide: documentation on exported values should start with their name Change-Id: I1bd89db3d9be101a682d8c18ebeb18f19fb189f4 Reviewed-on: https://review.monogon.dev/c/monogon/+/3029 Tested-by: Jenkins CI Vouch-Run-CI: Tim Windelschmidt <tim@monogon.tech> Reviewed-by: Serge Bazanski <serge@monogon.tech>
diff --git a/metropolis/test/nanoswitch/socks.go b/metropolis/test/nanoswitch/socks.go index 3ca8e34..a85e9a3 100644 --- a/metropolis/test/nanoswitch/socks.go +++ b/metropolis/test/nanoswitch/socks.go
@@ -9,6 +9,8 @@ "source.monogon.dev/metropolis/pkg/supervisor" ) +// SOCKSPort is the port at which nanoswitch listens for SOCKS conenctions. +// // ONCHANGE(//metropolis/test/launch/cluster:cluster.go): port must be kept in sync const SOCKSPort uint16 = 1080