Jack-Sparr0w
Regular Contributor
I mean it is all on netgate and nlnetlabs. I think they have better info on this matter. besides every time I ask about something it is always a negative response. I hope you don't do that at work.
every time I ask about something
If you want a better hit rate it is best to change these settings
I trust netgate
here we are still talking about dns translations .. with their buffer that keeps them in the buffer and their response speed .. however, I am absolutely sure that there is not a single game that could allocate a dns buffer larger than 1kb .. therefore, throwing an overflowing buffer does not happen ..Theso-rcvbuf
setting in Unbound DNS determines the size of the socket receive buffer used for handling incoming DNS queries. Settingso-rcvbuf
to 4MB (so-rcvbuf: 4m
) versus 1MB (so-rcvbuf: 1m
) has implications for performance and system configuration:
In practice, using
- 4MB (
so-rcvbuf: 4m
): A larger buffer helps handle traffic spikes more effectively, reducing the risk of packet loss and improving reliability during high-load scenarios. This is particularly beneficial for busy DNS servers or environments with high query volumes. However, the operating system may impose limits on how large the buffer can be set. On Linux systems, you may need to adjustnet.core.rmem_max
viasysctl
or run Unbound with root privileges to allow larger buffer sizes.
6- 1MB (
so-rcvbuf: 1m
): A smaller buffer is generally sufficient for less busy environments. However, during traffic surges, it may lead to dropped packets or increased latency. Some systems may not even allow this value to be fully allocated, as seen in error messages likeso-rcvbuf 1048576 was not granted. Got 425984
.
5so-rcvbuf: 4m
is recommended for better performance and reliability, especially on high-traffic or gaming-oriented DNS setups, provided that the system is configured to support the larger buffer size.
but this is total nonsense
even when I asked how to use DoT with unbound all I ever get in the forum is flak
It's not our fault if you don't understand.This forum is not the best place for info on unbound dns. I trust netgate and nlnetlabs labs on this. they have a professional document that is laid out nice. Unbound is used on many systems and the info can be found elsewhere.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!