Skip to content

Commit 196c3fe

Browse files
rklaehnflub
andauthored
Add TLA first time DHT is used.
Co-authored-by: Floris Bruynooghe <[email protected]>
1 parent fa95815 commit 196c3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/blog/lets-write-a-dht/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Iroh blobs is a very efficient way to distribute data from one peer to another.
3333

3434
This is a very hard problem. Existing systems such as bittorrent solve it reasonably well, although they are not perfect.
3535

36-
The standard solution for content discovery in systems such as bittorrent and IPFS is a distributed hash table. This series of blog posts and the associated repository are an experiment: is it possible to write a high performance distributed hash table using iroh connections?
36+
The standard solution for content discovery in systems such as bittorrent and IPFS is a Distributed Hash Table (DHT). This series of blog posts and the associated repository are an experiment: is it possible to write a high performance distributed hash table using iroh connections?
3737

3838
The code is not yet production ready, but it is an interesting use case for many advanced techniques involving iroh connections, such as connection pools and 0rtt connections. It also is a nice way to show off irpc, both for *local* rpc to control a DHT node and for the DHT protocol itself.
3939

0 commit comments

Comments
 (0)