Page MenuHomeFreeBSD

sockbufs: add sbreserve_locked_limit() with custom maxsockbuf limit.
ClosedPublic

Authored by melifaro on Sep 27 2022, 1:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 21, 6:40 PM
Unknown Object (File)
Thu, Nov 13, 3:08 AM
Unknown Object (File)
Sun, Oct 26, 12:27 PM
Unknown Object (File)
Sat, Oct 25, 4:05 PM
Unknown Object (File)
Sat, Oct 25, 2:14 PM
Unknown Object (File)
Oct 18 2025, 5:13 PM
Unknown Object (File)
Oct 15 2025, 5:09 PM
Unknown Object (File)
Oct 10 2025, 2:21 PM
Subscribers

Details

Summary

Protocols such as netlink may need a large socket receive buffer,
measured in tens of megabytes. This change allows netlink to
set larger socket buffers (given the privs are in place), without
requiring user to manuall bump maxsockbuf.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable