all: scrub stale gRPC references from comments and docs

Reword comments and docs that still named the removed gRPC stack, rename
the GRPCSortable test interface, and drop the dead gRPC port note from the
dev README.
This commit is contained in:
Kristoffer Dalby
2026-06-18 12:26:58 +00:00
parent 67e0f34527
commit f6aea642d3
14 changed files with 22 additions and 24 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ for _, client := range allClients {
Typical blocking operations: any `tailscale set` (routes, exit node,
accept-routes, ssh), node registration via the CLI, user creation via
gRPC.
the CLI.
### The four rules
+1 -1
View File
@@ -2634,7 +2634,7 @@ func TestACLTagPropagation(t *testing.T) {
// Step 3: Verify final NetMap visibility first (fast signal that
// the [tailcfg.MapResponse] propagated to the client).
// The full propagation chain (docker exec → gRPC → state update →
// The full propagation chain (docker exec → API → state update →
// batcher delay → [tailcfg.MapResponse] → noise transport → client processing)
// can take over 120s on congested CI runners, so use a generous
// base timeout.