Skip to content

Commit

Permalink
Merge pull request #365 from libp2p/steb/fix-trailing-space
Browse files Browse the repository at this point in the history
chore: fix trailing space
  • Loading branch information
Stebalien authored Feb 13, 2024
2 parents adbea39 + 4c75a0e commit bc5e4e5
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 bc5e4e5

Please sign in to comment.