From 4c75a0e2a94427daeb788d0607db02b3b20e2646 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 12 Feb 2024 20:03:57 -0800 Subject: [PATCH] chore: fix trailing space --- content/concepts/appendix/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/concepts/appendix/glossary.md b/content/concepts/appendix/glossary.md index 8eecab22..9128180b 100644 --- a/content/concepts/appendix/glossary.md +++ b/content/concepts/appendix/glossary.md @@ -41,7 +41,7 @@ A libp2p connection is a communication channel that allows peers to read and wri Connections between peers are established via [transports](#transport), which can be thought of as "connection factories". For example, the TCP transport allows you to create connections that use TCP/IP as their underlying substrate. -### DCUtR +### DCUtR Direct Connection Upgrade through Relay (DCUtR) is a protocol for establishing direct connections between nodes via hole punching, without a [signaling server](#signaling-server). DCUtR synchronizes and opens connections to each peer's predicted external addresses.