summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorduthils <duthils@free.fr>2015-09-19 21:45:55 -0400
committerduthils <duthils@free.fr>2015-09-19 21:45:55 -0400
commit0dcb9060e0dcb7daa2e363f7b7ca7d3ca0b63097 (patch)
treeb64eda1375ec5cffea5c04bed189b2ea8347f033 /README.md
parent6120b0e0bb865ab196cdf717a4829a3f83ef1e7b (diff)
Fix broken link
Link taken from d9f88fd89ea37119cbfc64551251e33b20e507b0
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 4d08dcda..17467071 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Tox must use UDP simply because [hole punching](https://en.wikipedia.org/wiki/UD
12However, Tox does use [TCP relays](/docs/TCP_Network.txt) as a fallback if it encounters a firewall that prevents UDP hole punching. 12However, Tox does use [TCP relays](/docs/TCP_Network.txt) as a fallback if it encounters a firewall that prevents UDP hole punching.
13 13
14### Connecting & Communicating 14### Connecting & Communicating
15Every 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. 15Every 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.
16 16
17 17
18**Current build status:** [![Build Status](https://travis-ci.org/irungentoo/toxcore.png?branch=master)](https://travis-ci.org/irungentoo/toxcore) 18**Current build status:** [![Build Status](https://travis-ci.org/irungentoo/toxcore.png?branch=master)](https://travis-ci.org/irungentoo/toxcore)