diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2015-11-24 08:33:59 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2015-11-24 08:33:59 +0100 |
commit | 3bcb78b3aff565996ee0e2aa96bce7f1bdd6d66a (patch) | |
tree | b202172a35956b252282105f614fc9646ca64ebb /README.md | |
parent | 2e3b5b0db652ae4787e359aadbd4f52e473b6af7 (diff) | |
download | PeerTube-3bcb78b3aff565996ee0e2aa96bce7f1bdd6d66a.tar.gz PeerTube-3bcb78b3aff565996ee0e2aa96bce7f1bdd6d66a.tar.zst PeerTube-3bcb78b3aff565996ee0e2aa96bce7f1bdd6d66a.zip |
Make the network auto sufficient (eject bad pods with scores)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
36 | - [ ] Inscription | 36 | - [ ] Inscription |
37 | - [ ] Connection | 37 | - [ ] Connection |
38 | - [ ] Account rights (upload...) | 38 | - [ ] Account rights (upload...) |
39 | - [ ] Make the network auto sufficient (eject bad pods etc) | 39 | - [X] Make the network auto sufficient (eject bad pods etc) |
40 | - [ ] Manage API breaks | 40 | - [ ] Manage API breaks |
41 | - [ ] Add "DDOS" security (check if a pod don't send too many requests for example) | 41 | - [ ] Add "DDOS" security (check if a pod don't send too many requests for example) |
42 | 42 | ||