Skip to content
Snippets Groups Projects
Commit 725b66ce authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Reimplemented XFR handler to support queueing.

Requests are now scheduled in FCFS manner, while there
can be a fixed amount of pending requests from N threads.
Currently the limit is set to 10 parallel requests to honor
BIND9 default setting, but should be configurable.

To do:
- Fetch pending request state for 'zonestatus' command
- As of now, there can be a multiple NOTIFY tasks,
  would it be a problem?
- Cleanup of the xfr_answer()
- Check for bugs
parent af540f9e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment