op-packages/mstpd/Config.in
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

13 lines
217 B
Plaintext

menu "Configuration"
depends on PACKAGE_mstpd
config MSTPD_RTNL_RCV_BUFSIZE
int "Netlink receive buffer size"
default 262144
config MSTPD_RTNL_SND_BUFSIZE
int "Netlink send buffer size"
default 262144
endmenu