From 027111fb5a3785c4cc3a68d8ad347eece380e9e7 Mon Sep 17 00:00:00 2001 From: Mihai Parparita Date: Thu, 15 Sep 2022 15:58:05 -0700 Subject: [PATCH] derp: update DERP acronym expansion Makes the package description consistent with other documentation. Signed-off-by: Mihai Parparita --- derp/derp.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/derp/derp.go b/derp/derp.go index 3107f3dea..9e0b2071c 100644 --- a/derp/derp.go +++ b/derp/derp.go @@ -2,7 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Package derp implements DERP, the Detour Encrypted Routing Protocol. +// Package derp implements the Designated Encrypted Relay for Packets (DERP) +// protocol. // // DERP routes packets to clients using curve25519 keys as addresses. //