mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 04:09:28 -05:00
- Document the suspend argument for process_ds_response().
This commit is contained in:
parent
ccbe31c21f
commit
33bdf44a04
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
23 February 2024: Yorgos
|
||||
- Document the suspend argument for process_ds_response().
|
||||
|
||||
22 February 2024: Wouter
|
||||
- Fix trim of EDE text from large udp responses from spinning cpu.
|
||||
|
||||
|
|
|
|||
|
|
@ -3010,6 +3010,8 @@ return_bogus:
|
|||
* @param msg: result message (if rcode is OK).
|
||||
* @param qinfo: from the sub query state, query info.
|
||||
* @param origin: the origin of msg.
|
||||
* @param suspend: returned true if the task takes too long and needs to
|
||||
* suspend to continue the effort later.
|
||||
*/
|
||||
static void
|
||||
process_ds_response(struct module_qstate* qstate, struct val_qstate* vq,
|
||||
|
|
|
|||
Loading…
Reference in a new issue