summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--other/bootstrap_serverdaemon/server.cfg4
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index efbfc05d..e6e6fe5d 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,8 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use
12**Website translations**: [see stal888's repository](https://github.com/stal888/ProjectTox-Website)<br/> 12**Website translations**: [see stal888's repository](https://github.com/stal888/ProjectTox-Website)<br/>
13**Qt GUI**: [see nurupo's repository](https://github.com/nurupo/ProjectTox-Qt-GUI) 13**Qt GUI**: [see nurupo's repository](https://github.com/nurupo/ProjectTox-Qt-GUI)
14 14
15 15**How to build Tox on Linux**: [YouTube video](http://www.youtube.com/watch?v=M4WXE4VKmyg)<br />
16**How to use Tox on Windows**: [YouTube video](http://www.youtube.com/watch?v=qg_j_sDb6WQ)
16 17
17## The Complex Stuff: 18## The Complex Stuff:
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+ Tox must use UDP simply because you can't hole punch with TCP. It's possible, but it doesn't work all the time.
diff --git a/other/bootstrap_serverdaemon/server.cfg b/other/bootstrap_serverdaemon/server.cfg
index 8ef516ca..527c2a72 100644
--- a/other/bootstrap_serverdaemon/server.cfg
+++ b/other/bootstrap_serverdaemon/server.cfg
@@ -6,11 +6,15 @@ port = 33445;
6// The key file 6// The key file
7// make sure that the user who runs the server 7// make sure that the user who runs the server
8// does have permissions to read it/write to it 8// does have permissions to read it/write to it
9// Remember to replace the provided example with
10// the directory the DHT server will run in.
9keys_file = "/home/tom/.bootstrap_server.keys" 11keys_file = "/home/tom/.bootstrap_server.keys"
10 12
11// The PID file written to by bootstrap_server, 13// The PID file written to by bootstrap_server,
12// make sure that the user who runs the server 14// make sure that the user who runs the server
13// does have permissions to write to it 15// does have permissions to write to it
16// Remember to replace the provided example with
17// the directory the DHT server will run in.
14pid_file = "/home/tom/.bootstrap_server.pid"; 18pid_file = "/home/tom/.bootstrap_server.pid";
15 19
16// The info of the node bootstap_server will 20// The info of the node bootstap_server will