aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-07-18 14:04:41 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-07-18 14:04:41 +0200
commit2c70638e8c963b50d4cba63411beac1f76b4170f (patch)
tree34725e24dd940bf0a930eef4bae47e4c28d83f26 /cmd
parenta1e318739c4b9f70a71ee24c414d0ea7dfc59730 (diff)
Cleanup
Diffstat (limited to 'cmd')
-rw-r--r--cmd/btcheck/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/btcheck/main.go b/cmd/btcheck/main.go
index 468d110..d4c30b0 100644
--- a/cmd/btcheck/main.go
+++ b/cmd/btcheck/main.go
@@ -32,8 +32,8 @@ func main() {
req := tracker.Request{
InfoHash: tor.Info.Hash(),
PeerID: []byte(id),
- //Compact: true,
- Port: 6881,
+ Compact: true,
+ Port: 6881,
}
resp, err := req.Get(tor.Announce)
if err != nil {