It seems the tracker is also ignoring the num_want param in the announce request.
num_want is the number of peers the client wants in the announce response (peer list).
See https://www.bittorrent.org/beps/bep_0015.html
Right now:
- We always return less than 74.
- We ignore the
num_want.
Originally posted by @josecelano in #262 (comment)
It seems the tracker is also ignoring the
num_wantparam in the announce request.num_wantis the number of peers the client wants in theannounceresponse (peer list).See https://www.bittorrent.org/beps/bep_0015.html
Right now:
num_want.Originally posted by @josecelano in #262 (comment)