CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/03/11 09:29:36
Modified files: sys/netinet : ip_divert.c udp_usrreq.c sys/netinet6 : ip6_divert.c Log message: The *.{send,recv}space sysctl values should not exceed the SB_MAX limit. Adjust it for udp(4) and divert(4) sockets. Otherwise it will be impossible to create such sockets regardless on actual resources usage. The UNIX sockets already have the SB_MAX for upper limit. ok claudio bluhm