Skip to content

Commit

Permalink
chore: fix trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Feb 13, 2024
1 parent adbea39 commit 4c75a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/concepts/appendix/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4c75a0e

Please sign in to comment.