]> git.ipfire.org Git - thirdparty/pdns.git/commit
implement ComboAddress native statistics ringbuffer based on boost::circular_buffer
authorbert hubert <bert.hubert@netherlabs.nl>
Tue, 16 Dec 2014 11:53:00 +0000 (12:53 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 16 Dec 2014 11:53:00 +0000 (12:53 +0100)
commit4eb26e0fdeca34c6fcb77c52a621c3fd8c1c9ae8
treebb05d23b029d2e66bb602dbf410059ae32b77960
parent7d7d776e1d9b7a71f3b5cdc30c4cf3caf8b756b6
implement ComboAddress native statistics ringbuffer based on boost::circular_buffer
Can use speedup by moving d_rings to a boost::multi_index_container with char* based lookup.
pdns/common_startup.cc
pdns/nameserver.cc
pdns/statbag.cc
pdns/statbag.hh
pdns/tcpreceiver.cc