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. //