aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-02-18 12:07:04 +0100
committerAlex Auvolat <alex@adnab.me>2021-02-18 12:07:04 +0100
commit4e85862a855d6a9f13ccbcccfbf512ba6db0364d (patch)
treeeca18b0de30bcefa6b00ca3fce619aa8798a9a8e /README.md
parent4d01a9dd0edd760b54cff5d0998325c6cfa2ba72 (diff)
downloadnetapp-4e85862a855d6a9f13ccbcccfbf512ba6db0364d.tar.gz
netapp-4e85862a855d6a9f13ccbcccfbf512ba6db0364d.zip
Publish Bᴀsᴀʟᴛ
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d39de5f..9e56c9f 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,6 @@ Netapp is a Rust library that takes care of a few common tasks in distributed so
- peer discovery
- query/response message passing model for communications
- multiplexing transfers over a connection
-- overlay networks: full mesh, and soon other methods
+- overlay networks: full mesh, and byzantine-tolerant random peer sampling using [Bᴀsᴀʟᴛ](https://arxiv.org/abs/2102.04063).
See examples folder to learn how to use netapp.