mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 06:30: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
|