aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/links.txt11
-rw-r--r--ptp/messages.go2
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/links.txt b/doc/links.txt
new file mode 100644
index 0000000..55902ef
--- /dev/null
+++ b/doc/links.txt
@@ -0,0 +1,11 @@
+http://jonas.nitro.dk/bittorrent/bittorrent-rfc.html
+
+http://bittorrent.org/beps/bep_0003.html
+http://bittorrent.org/beps/bep_0005.html
+
+https://wiki.theory.org/BitTorrentSpecification
+http://wiki.vuze.com/w/Azureus_messaging_protocol
+
+Some random overview
+http://www.kristenwidman.com/blog/33/how-to-write-a-bittorrent-client-part-1/
+http://www.kristenwidman.com/blog/71/how-to-write-a-bittorrent-client-part-2/
diff --git a/ptp/messages.go b/ptp/messages.go
index 561ee5e..6c72d35 100644
--- a/ptp/messages.go
+++ b/ptp/messages.go
@@ -15,3 +15,5 @@ const (
Port // port: <len=0003><id=9><listen-port>
_ // keep-alive: <len=0000>
)
+
+const Proto = `BitTorrent protocol`