summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-11-19 14:44:26 -0500
committerirungentoo <irungentoo@gmail.com>2015-11-19 14:44:26 -0500
commit61c20d48aa558dcafb40a77cccb46dea7281ff51 (patch)
tree08e6e9f6e831b392a560fe3b2d086a43a0e8189b /README.md
parent74f2fa00c29590ef4584c7d932be8063a2d8d246 (diff)
parent0dcb9060e0dcb7daa2e363f7b7ca7d3ca0b63097 (diff)
Merge branch 'fix-broken-link' of https://github.com/duthils/toxcore
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 ed62a9b2..cdb2b5ca 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Tox must use UDP simply because [hole punching](https://en.wikipedia.org/wiki/UD
14However, Tox does use [TCP relays](/docs/TCP_Network.txt) as a fallback if it encounters a firewall that prevents UDP hole punching. 14However, Tox does use [TCP relays](/docs/TCP_Network.txt) as a fallback if it encounters a firewall that prevents UDP hole punching.
15 15
16### Connecting & Communicating 16### Connecting & Communicating
17Every peer is represented as a [byte string][String] (the public key [Tox ID] of the peer). By using torrent-style DHT, peers can find the IP of other peers by using their Tox ID. Once the IP is obtained, peers can initiate a [secure](/docs/updates/Crypto.md) connection with each other. Once the connection is made, peers can exchange messages, send files, start video chats, etc. using encrypted communications. 17Every peer is represented as a [byte string](https://en.wikipedia.org/wiki/String_(computer_science)) (the public key [Tox ID] of the peer). By using torrent-style DHT, peers can find the IP of other peers by using their Tox ID. Once the IP is obtained, peers can initiate a [secure](/docs/updates/Crypto.md) connection with each other. Once the connection is made, peers can exchange messages, send files, start video chats, etc. using encrypted communications.
18 18
19 19
20**Current build status:** [![Build Status](https://travis-ci.org/irungentoo/toxcore.png?branch=master)](https://travis-ci.org/irungentoo/toxcore) 20**Current build status:** [![Build Status](https://travis-ci.org/irungentoo/toxcore.png?branch=master)](https://travis-ci.org/irungentoo/toxcore)