torrent.go | 2 +- diff --git a/torrent.go b/torrent.go index 157b44d4fa3a54d6c210df1eacb0a1b494693b41..7d32b957c88a42a40b8dd73bcc7f740fea584500 100644 --- a/torrent.go +++ b/torrent.go @@ -1719,7 +1719,7 @@ return tracker.AnnounceRequest{ Event: event, NumWant: func() int32 { if t.wantPeers() && len(t.cl.dialers) > 0 { - return -1 + return 200 // Win has UDP packet limit. See: https://github.com/anacrolix/torrent/issues/764 } else { return 0 }