summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 b4381bc9..8f903bc0 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use
18+ Tox must use UDP simply because you can't hole punch with TCP. It's possible, but it doesn't work all the time. 18+ Tox must use UDP simply because you can't hole punch with TCP. It's possible, but it doesn't work all the time.
19+ Every peer is represented as a byte string (the public key of the peer [client id]) 19+ Every peer is represented as a byte string (the public key of the peer [client id])
20+ We're using torrent-style DHT so that peers can find the IP of the other peers when they have their ID. 20+ We're using torrent-style DHT so that peers can find the IP of the other peers when they have their ID.
21+ 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) 21+ 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))
22+ When both peers are securely connect with the encryption, they can securely exchange messages, initiate a video chat, send files, etc.<br /> 22+ When both peers are securely connect with the encryption, they can securely exchange messages, initiate a video chat, send files, etc.<br />
23+ Current build status: [![Build Status](https://travis-ci.org/irungentoo/ProjectTox-Core.png?branch=master)](https://travis-ci.org/irungentoo/ProjectTox-Core) 23+ Current build status: [![Build Status](https://travis-ci.org/irungentoo/ProjectTox-Core.png?branch=master)](https://travis-ci.org/irungentoo/ProjectTox-Core)
24 24