Files
operating-system/buildroot-external/rootfs-overlay/etc/sysctl.d/60-otbr-ancillary-buffer.conf
Stefan Agner a69f94803b Increase net.core.optmem_max for OTBR (#2375)
The OTBR install scripts by default increases the net.core.optmem_max
ancillary buffer size to 64KiB to allow for a larger number of multicast
groups. Arch Linux as well recommends this size for high speed network
links.
2023-03-02 00:06:42 +01:00

4 lines
171 B
Plaintext

# Increase ancillary buffer size to allow for a larger number of multicast groups
# Required for NdProxyManager::JoinSolicitedNodeMulticastGroup
net.core.optmem_max=65536