summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehrzad <mehrzadfar@gmail.com>2013-06-25 17:08:32 -0600
committerMehrzad <mehrzadfar@gmail.com>2013-06-25 17:08:32 -0600
commitf54f4efe3dce4b6ed2acb4a78a591f68efb041be (patch)
tree2beb82a93a224bb5f1a47d9ed2ae81e83a361c05
parent52a794e2d3457133fa27aae916bd25e4a70f8ce0 (diff)
Add .txt links
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c76d6870..05adf31d 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Proposal of a free as in freedom skype replacement:
11 11
12UDP most be used for everything simply because you can't do hole punching with TCP (well you can but it doesn't work all the time) 12UDP most be used for everything simply because you can't do hole punching with TCP (well you can but it doesn't work all the time)
13 13
14Every peer is represented as a byte string (the client id) (it is the hash (SHA-256 ?) of the public key of the peer). (if you want to add someone you need that id (either ask that person directly or maybe through some kind of search engine?)) 14Every peer is represented as a byte string (the client id) (it is the hash (SHA-256?) of the public key of the peer). (if you want to add someone you need that id (either ask that person directly or maybe through some kind of search engine?))
15 15
16Use something torrent DHT style so that peers can find the ip of the other peers when they have their id. 16Use something torrent DHT style so that peers can find the ip of the other peers when they have their id.
17 17
@@ -34,7 +34,7 @@ NOTE: We have not decided on the encryption yet. This was just a quick guess.
34 34
35## TODO: 35## TODO:
36 36
37See: docs/TODO.txt 37See: [docs/TODO.txt](https://github.com/irungentoo/InsertProjectNameHere/blob/master/docs/TODO.txt)
38 38
39### Important-stuff: 39### Important-stuff:
40 40
@@ -43,6 +43,6 @@ Use the same UDP socket for everything
43### Details: 43### Details:
44 44
45DHT protocol: 45DHT protocol:
46 see: docs/DHT.txt 46 see: [docs/DHT.txt](https://github.com/irungentoo/InsertProjectNameHere/blob/master/docs/DHT.txt)
47 47
48 48