mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-28 01:11:21 +08:00
13 lines
217 B
Plaintext
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
|