derp: align FrameType docs casing

Updates #cleanup

Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
Jordan Whited
2026-04-07 15:43:31 -07:00
committed by Jordan Whited
parent 8df8e9cb6e
commit 2aac2abb80
3 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -1570,7 +1570,7 @@ func (s *Server) sendServerInfo(bw *lazyBufioWriter, clientKey key.NodePublic) e
return bw.Flush()
}
// recvClientKey reads the frameClientInfo frame from the client (its
// recvClientKey reads the FrameClientInfo frame from the client (its
// proof of identity) upon its initial connection. It should be
// considered especially untrusted at this point.
func (s *Server) recvClientKey(br *bufio.Reader) (clientKey key.NodePublic, info *derp.ClientInfo, err error) {