diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,7 +11,7 @@ Proposal of a free as in freedom skype replacement: | |||
11 | 11 | ||
12 | UDP 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) | 12 | UDP 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 | ||
14 | Every 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?)) | 14 | Every 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 | ||
16 | Use something torrent DHT style so that peers can find the ip of the other peers when they have their id. | 16 | Use 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 | ||
37 | See: docs/TODO.txt | 37 | See: [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 | ||
45 | DHT protocol: | 45 | DHT 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 | ||