DavidKeller / kademlia

Dead simple C++11 kademlia distributed hash table library
http://dev.litchis.fr/projects/kademlia
70 stars 17 forks source link

Both notify_peer_task and lookup_task have in flight counters #9

Closed aleks-f closed 3 years ago

aleks-f commented 3 years ago

notify_peer_task inherits from lookup_task, yet each of these classes has its own in_flight_requests_count_.

Is that on purpose? If it is, what is the reason?

DavidKeller commented 3 years ago

Hi Aleksandar, good catch !

I've written this quick fix, I'll push it to master later this week, after a look at the Travis failures.

DavidKeller commented 3 years ago

Merged to master.