From e77424c40a3f0e71f136d8b0fb179eaef5b970d1 Mon Sep 17 00:00:00 2001 From: Yati Sagade Date: Sun, 4 Aug 2013 00:35:39 +0530 Subject: Fixed a link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 55135d03..79b9fd5d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Keep everything really simple. ## The Complex Stuff: + Tox must use UDP simply because [hole punching](http://en.wikipedia.org/wiki/UDP_hole_punching) with TCP is not as reliable. -+ Every peer is represented as a [byte string](https://en.wikipedia.org/wiki/String_(computer_science)) (the public key of the peer [client ID]). ++ Every peer is represented as a [byte string][String] (the public key of the peer [client ID]). + We're using torrent-style DHT so that peers can find the IP of the other peers when they have their ID. + Once the client has the IP of that peer, they start initiating a secure connection with each other. (See [Crypto](https://github.com/irungentoo/ProjectTox-Core/wiki/Crypto)) + When both peers are securely connected, they can exchange messages, initiate a video chat, send files, etc, all using encrypted communications. @@ -50,3 +50,4 @@ configure for the normal user or suffer from being way too centralized. - [Lossless UDP Protocol](https://github.com/irungentoo/ProjectTox-Core/wiki/Lossless-UDP)
- [Crypto](https://github.com/irungentoo/ProjectTox-Core/wiki/Crypto)
- [Ideas](https://github.com/irungentoo/ProjectTox-Core/wiki/Ideas) +- [String]: https://en.wikipedia.org/wiki/String_(computer_science) -- cgit v1.2.3 From 7503bfe0aa2f0473225db453a4e5304b4b4ee6f9 Mon Sep 17 00:00:00 2001 From: Yati Sagade Date: Sun, 4 Aug 2013 00:37:14 +0530 Subject: Fixed a link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 79b9fd5d..a81503a9 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,5 @@ configure for the normal user or suffer from being way too centralized. - [Lossless UDP Protocol](https://github.com/irungentoo/ProjectTox-Core/wiki/Lossless-UDP)
- [Crypto](https://github.com/irungentoo/ProjectTox-Core/wiki/Crypto)
- [Ideas](https://github.com/irungentoo/ProjectTox-Core/wiki/Ideas) -- [String]: https://en.wikipedia.org/wiki/String_(computer_science) + +[String]: https://en.wikipedia.org/wiki/String_(computer_science) -- cgit v1.2.3