mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge pull request #183 from Proplex/master
Update readme with tutorial videos
This commit is contained in:
commit
f25bfb9341
|
@ -12,7 +12,8 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use
|
||||||
**Website translations**: [see stal888's repository](https://github.com/stal888/ProjectTox-Website)<br/>
|
**Website translations**: [see stal888's repository](https://github.com/stal888/ProjectTox-Website)<br/>
|
||||||
**Qt GUI**: [see nurupo's repository](https://github.com/nurupo/ProjectTox-Qt-GUI)
|
**Qt GUI**: [see nurupo's repository](https://github.com/nurupo/ProjectTox-Qt-GUI)
|
||||||
|
|
||||||
|
**How to build Tox on Linux**: [YouTube video](http://www.youtube.com/watch?v=M4WXE4VKmyg)<br />
|
||||||
|
**How to use Tox on Windows**: [YouTube video](http://www.youtube.com/watch?v=qg_j_sDb6WQ)
|
||||||
|
|
||||||
## The Complex Stuff:
|
## The Complex Stuff:
|
||||||
+ Tox must use UDP simply because you can't hole punch with TCP. It's possible, but it doesn't work all the time.
|
+ Tox must use UDP simply because you can't hole punch with TCP. It's possible, but it doesn't work all the time.
|
||||||
|
|
|
@ -6,11 +6,15 @@ port = 33445;
|
||||||
// The key file
|
// The key file
|
||||||
// make sure that the user who runs the server
|
// make sure that the user who runs the server
|
||||||
// does have permissions to read it/write to it
|
// does have permissions to read it/write to it
|
||||||
|
// Remember to replace the provided example with
|
||||||
|
// the directory the DHT server will run in.
|
||||||
keys_file = "/home/tom/.bootstrap_server.keys"
|
keys_file = "/home/tom/.bootstrap_server.keys"
|
||||||
|
|
||||||
// The PID file written to by bootstrap_server,
|
// The PID file written to by bootstrap_server,
|
||||||
// make sure that the user who runs the server
|
// make sure that the user who runs the server
|
||||||
// does have permissions to write to it
|
// does have permissions to write to it
|
||||||
|
// Remember to replace the provided example with
|
||||||
|
// the directory the DHT server will run in.
|
||||||
pid_file = "/home/tom/.bootstrap_server.pid";
|
pid_file = "/home/tom/.bootstrap_server.pid";
|
||||||
|
|
||||||
// The info of the node bootstap_server will
|
// The info of the node bootstap_server will
|
||||||
|
|
Loading…
Reference in New Issue
Block a user