]> git.ipfire.org Git - thirdparty/bind9.git/commit
Store HTTP quota size inside a listenlist instead of the quota
authorArtem Boldariev <artem@boldariev.com>
Wed, 22 Jun 2022 11:52:58 +0000 (14:52 +0300)
committerArtem Boldariev <artem@boldariev.com>
Tue, 28 Jun 2022 12:42:38 +0000 (15:42 +0300)
commit3f0b3107720dd53b60c1ca456e5508dd2fde4dc1
tree41f3cdfdb3c3ade2758e5bf48cd8a994557f5bb0
parent806b89abe112b84e2f027c1cb2b5c9450c59d00d
Store HTTP quota size inside a listenlist instead of the quota

This way only quota size is passed to the interface/listener
management code instead of a quota object. Thus, we can implement
updating the quota object size instead of recreating the object.
bin/named/server.c
lib/ns/include/ns/interfacemgr.h
lib/ns/include/ns/listenlist.h
lib/ns/include/ns/server.h
lib/ns/interfacemgr.c
lib/ns/listenlist.c
lib/ns/server.c