mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Typo in readme fixed.
This commit is contained in:
parent
5a6645709b
commit
dbdeb670e4
|
@ -18,7 +18,7 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use
|
|||
+ Tox must use UDP simply because you can't hole punch with TCP. It's possible, but it doesn't work all the time.
|
||||
+ Every peer is represented as a byte 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)
|
||||
+ 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 connect with the encryption, they can securely exchange messages, initiate a video chat, send files, etc.<br />
|
||||
+ Current build status: [![Build Status](https://travis-ci.org/irungentoo/ProjectTox-Core.png?branch=master)](https://travis-ci.org/irungentoo/ProjectTox-Core)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user