aboutsummaryrefslogtreecommitdiff
path: root/cmd/btcheck/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/btcheck/main.go')
-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 d4c30b0..468d110 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 {