Page MenuHomeFreeBSD

local-unbound-setup: Set so-sndbuf to 0
ClosedPublic

Authored by des on Oct 8 2025, 9:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 19, 4:23 PM
Unknown Object (File)
Mon, Nov 17, 7:09 AM
Unknown Object (File)
Mon, Nov 17, 6:13 AM
Unknown Object (File)
Sun, Nov 16, 12:13 PM
Unknown Object (File)
Sun, Nov 16, 12:09 PM
Unknown Object (File)
Fri, Nov 14, 12:36 AM
Unknown Object (File)
Mon, Nov 10, 10:17 AM
Unknown Object (File)
Wed, Nov 5, 3:32 PM
Subscribers

Details

Summary

Without this setting, Unbound 1.24.0 and newer will attempt to set the
socket buffer size to 4 MB to mitigate issues that mostly affect servers
with large numbers of clients on local networks, which is not a scenario
local-unbound is intended for. This is not only a waste of resources,
it can also fail, resulting in a warning message on daemon startup.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 67640
Build 64523: arc lint + arc unit

Event Timeline

des requested review of this revision.Oct 8 2025, 9:57 AM
This revision is now accepted and ready to land.Oct 8 2025, 12:40 PM
This revision was automatically updated to reflect the committed changes.