Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Fix typo in tech overview
Browse files Browse the repository at this point in the history
Thanks @euangoddard! 🎩 [skip ci] 9ff8fa5
  • Loading branch information
gnarea committed Nov 27, 2023
1 parent faab789 commit 1de5c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tech-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h2 id="introduction">Introduction</h2>
<source src="/assets/diagrams/centralised-server_to_user.mp4" type="video/mp4" />
</video>

<p>Note that in the animation above, Bob is using a different Internet gateway (<code class="language-plaintext highlighter-rouge">london.relaycorp.cloud</code>) than Alice (<code class="language-plaintext highlighter-rouge">frankfurt.relaycorp.tech</code>). As a federated network, users can choose their own Internet gateway independently of the service they use and the people they communicate with – Think of it as the Awala equivalent of an ISP.</p>
<p>Note that in the animation above, Bob is using a different Internet gateway (<code class="language-plaintext highlighter-rouge">london.relaycorp.cloud</code>) than Alice (<code class="language-plaintext highlighter-rouge">frankfurt.relaycorp.cloud</code>). As a federated network, users can choose their own Internet gateway independently of the service they use and the people they communicate with – Think of it as the Awala equivalent of an ISP.</p>

<h2 id="sneakernet">Sneakernet</h2>

Expand Down Expand Up @@ -328,7 +328,7 @@ <h3 id="internet-node-connection-parameters">Internet node connection parameters
<p>Internet endpoints and Internet gateways expose their connection parameters via their parcel delivery and gateway synchronisation <a href="#message-transport-bindings">bindings</a>, respectively. Such parameters are:</p>

<ul>
<li>The Internet address of the node (e.g., <code class="language-plaintext highlighter-rouge">frankfurt.relaycorp.tech</code>).</li>
<li>The Internet address of the node (e.g., <code class="language-plaintext highlighter-rouge">frankfurt.relaycorp.cloud</code>).</li>
<li>The identity public key of the node.</li>
<li>The initial ECDH public key of the node.</li>
</ul>
Expand Down

0 comments on commit 1de5c14

Please sign in to comment.