You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,12 +40,12 @@ To ensure these connections are as fast as possible, we [continuously measure ir
40
40
### Built on [QUIC]
41
41
42
42
Iroh uses [Quinn] to establish [QUIC] connections between nodes.
43
-
This way you get authenticated encryption, concurrent streams with stream prioirities, a datagram transport and avoid head-of-line-blocking out of the box.
43
+
This way you get authenticated encryption, concurrent streams with stream priorities, a datagram transport and avoid head-of-line-blocking out of the box.
44
44
45
45
## Compose Protocols
46
46
47
47
Use pre-existing protocols built on iroh instead of writing your own:
48
-
-[iroh-blobs] for [BLAKE3]-based content-addressed blob transfer scaling from kilobytes to terrabytes
48
+
-[iroh-blobs] for [BLAKE3]-based content-addressed blob transfer scaling from kilobytes to terabytes
49
49
-[iroh-gossip] for establishing publish-subscribe overlay networks that scale, requiring only resources that your average phone can handle
50
50
-[iroh-docs] for an eventually-consistent key-value store of [iroh-blobs] blobs
51
51
-[iroh-willow] for an (in-construction) implementation of the [willow protocol]
0 commit comments