mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-08 13:27:39 +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
|