summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Tracker/Extension.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Tracker/Extension.hs')
-rw-r--r--src/Network/BitTorrent/Tracker/Extension.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Tracker/Extension.hs b/src/Network/BitTorrent/Tracker/Extension.hs
new file mode 100644
index 00000000..57e346d6
--- /dev/null
+++ b/src/Network/BitTorrent/Tracker/Extension.hs
@@ -0,0 +1,7 @@
1module Network.BitTorrent.Tracker.Extension
2 (
3 ) where
4
5data Extension
6 = NoPeerId
7 | CompactPeers \ No newline at end of file