]> git.ipfire.org Git - thirdparty/unbound.git/commit
- fast-reload, for nonthreaded, the unbound-control commands forward,
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 4 Jan 2024 16:01:21 +0000 (17:01 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 3 Apr 2024 11:55:57 +0000 (13:55 +0200)
commitc0b5754ef7bacedf78ab576a611129f5bd9f4063
tree09c1df045295b96a382194bb27ff6ea96059dc0c
parentf2fb498c6982c0220137f7087fae7f5deefefc39
- fast-reload, for nonthreaded, the unbound-control commands forward,
  forward_add and forward_delete should be distributed to other processes,
  but when threaded, they should not be distributed to other threads because
  the structure is not thread specific any more.
daemon/remote.c