Skip to content
Snippets Groups Projects
Commit a636c6de authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

Merge branch 'resolver_improvements' into 'master'

Summary:

* requestor: fixed connected UDP sockets (not used in authoritative)
* requestor: connects only if layers generate an answer (this saves connect() if a query can be satisfied from cache)
* namedb: track full mapsize (ENOSPC)
* namedb: memory reservation on insert (saves one alloc and memset)
* packet: don't prealloc rrsets, allocate them from the packet mempool (not usable in resolver, as each request usually needs multiple queries)
parents 8ca669ec f1566430
No related branches found
No related tags found
No related merge requests found
Showing
with 183 additions and 76 deletions
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