aboutsummaryrefslogtreecommitdiff
path: root/net/mstpd/Config.in
blob: 84d5147895c9b175a0866abfb7fe3c93fe04e336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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