Continuously rate-limit free transactions.
authorGavin Andresen <gavinandresen@gmail.com>
Fri, 11 Mar 2011 16:50:16 +0000 (11:50 -0500)
committerGavin Andresen <gavinandresen@gmail.com>
Sun, 13 Mar 2011 17:38:09 +0000 (13:38 -0400)
commit5de8b54c5138e47b6df40d31f282fb45243b29bf
tree929960d07cfde4f0275a354d084bcbed58f9159e
parent8f58d0dbc8cc05d0969373eb4c0a555931b64245
Continuously rate-limit free transactions.
Changed algorithm to use continuous exponential function instead of discrete 10-minute window.
Changed -limitfreerelay to be kilobytes-per-minute instead of boolean.
main.cpp