Obsolete: core code that helps with rate limiting
Part of #237.
-
b2a960b4 add scoped_lock. Needed to lock multiple mutexes at once. -
fec9d8c7 use SubnetID from subnet_id.h in Lease. Extraneous, but can we keep it? -
0133d5f0 enable range-based for loops on ClientClasses. Ranged-based for loops always look for begin()
functions. The for loop decides if the const or non-const version is called based on the constness of the object that is being iterated. -
6bf9416b template adapters to existing qualified names. Hoping to kickstart the further use of templates for common code between v4 and v6 functionality. -
dba2f38c mention mark and argument in logger error -
9c8fdd59 document rate limiting -
1261e869 add ChangeLog entry
Edited by Andrei Pavel