add todo comment

This commit is contained in:
Arvid Norberg 2014-08-28 08:06:11 +00:00
parent 48e4cf9478
commit 44021c99e1
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ namespace libtorrent { namespace dht
if (match)
{
++match->count;
// TODO: 2 make these limits configurable
if (match->count >= 50)
{
if (now < match->limit)