Subscribe

m_num_want

  1. 2010-02-25 20:33:14 PST
    i have noticed that tracker returns 50 peers on each distribution even there are much more peers on it. I want to increase this value. Should i edit only this line in server.cpp or something else or this row is for some other purposes? size_t c = ti.m_num_want < 0 ? 50 : std::min(ti.m_num_want, 50); for example size_t c = ti.m_num_want < 0 ? 150 : std::min(ti.m_num_want, 150);
  2. 2010-02-25 20:48:21 PST
    update: after i edited the row as above size_t c = ti.m_num_want < 0 ? 150 : std::min(ti.m_num_want, 150); tracker returned to my client 150 peers, the question is: should i have to edit something else?
  3. 2010-02-26 04:42:16 PST
    That's all.
Jump To:
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.