diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-07-22 11:53:55 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-07-22 11:53:55 +0200 |
commit | f018f38e0dbb58d829a2ca33b38449056e451502 (patch) | |
tree | 2cab83ada7126f064015b9f605b381ad443df56b /README.md | |
parent | 6dde6a31e3dfb0298e3f7171b2f8ad9bab1f2370 (diff) | |
download | PeerTube-f018f38e0dbb58d829a2ca33b38449056e451502.tar.gz PeerTube-f018f38e0dbb58d829a2ca33b38449056e451502.tar.zst PeerTube-f018f38e0dbb58d829a2ca33b38449056e451502.zip |
Typos
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,7 +189,7 @@ See [ARCHITECTURE.md](https://github.com/Chocobozzz/PeerTube/blob/master/ARCHITE | |||
189 | * Each server of a network has a list of all other servers of this network | 189 | * Each server of a network has a list of all other servers of this network |
190 | * When a new installed server wants to join a network, it just has to get the servers list through a server that is already in the network and tell "Hi I'm new in the network, communicate with me and share me your servers list please". Then the server will "make friend" with each server of this list | 190 | * When a new installed server wants to join a network, it just has to get the servers list through a server that is already in the network and tell "Hi I'm new in the network, communicate with me and share me your servers list please". Then the server will "make friend" with each server of this list |
191 | * Each server has its own users who query it (search videos, where the torrent URI of this specific video is...) | 191 | * Each server has its own users who query it (search videos, where the torrent URI of this specific video is...) |
192 | * If an user upload a video, the server seeds it and sends the video informations (name, short description, torrent URI...) to each server of the network | 192 | * If a user upload a video, the server seeds it and sends the video informations (name, short description, torrent URI...) to each server of the network |
193 | * Each server has a RSA key to encrypt and sign communications with other servers | 193 | * Each server has a RSA key to encrypt and sign communications with other servers |
194 | * A server is a tracker responsible for all the videos uploaded in it | 194 | * A server is a tracker responsible for all the videos uploaded in it |
195 | * Even if nobody watches a video, it is seeded by the server where the video was uploaded | 195 | * Even if nobody watches a video, it is seeded by the server where the video was uploaded |