From bab97930603df3d85142720aaee7be5b3fb33904 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Thu, 27 Jan 2022 15:19:41 +0100 Subject: [PATCH] src/_blog: Highlight B symbol --- src/_blog/libp2p-hole-punching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_blog/libp2p-hole-punching.md b/src/_blog/libp2p-hole-punching.md index 170a865e..4734fdb8 100644 --- a/src/_blog/libp2p-hole-punching.md +++ b/src/_blog/libp2p-hole-punching.md @@ -105,7 +105,7 @@ Here is a sequence diagram of the whole process. Don't worry, we will go into ea In step 1 of phase 1 a computer determines whether it is dialable, in other words it determines whether computers outside of its own network can connect to it. The main protocol involved here is the [libp2p *AutoNAT* protocol](https://github.com/libp2p/specs/blob/master/autonat/README.md). (Worth drawing the connection to the corresponding ICE protocol [STUN](https://datatracker.ietf.org/doc/html/rfc5389) here.) -In our case computer B from above determines whether it is dialable. It does so with the help of random public nodes, e.g. bootnodes of its peer-to-peer network. +In our case computer *B* from above determines whether it is dialable. It does so with the help of random public nodes, e.g. bootnodes of its peer-to-peer network. ![img](../assets/libp2p-hole-punching-autonat.svg)