tcp: flush DMA queue before sk_wait_data if rcv_wnd is zero
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / tipc / Kconfig
1 #
2 # TIPC configuration
3 #
4
5 menuconfig TIPC
6 tristate "The TIPC Protocol (EXPERIMENTAL)"
7 depends on INET && EXPERIMENTAL
8 ---help---
9 The Transparent Inter Process Communication (TIPC) protocol is
10 specially designed for intra cluster communication. This protocol
11 originates from Ericsson where it has been used in carrier grade
12 cluster applications for many years.
13
14 For more information about TIPC, see http://tipc.sourceforge.net.
15
16 This protocol support is also available as a module ( = code which
17 can be inserted in and removed from the running kernel whenever you
18 want). The module will be called tipc. If you want to compile it
19 as a module, say M here and read <file:Documentation/kbuild/modules.txt>.
20
21 If in doubt, say N.
22
23 if TIPC
24
25 config TIPC_ADVANCED
26 bool "Advanced TIPC configuration"
27 default n
28 help
29 Saying Y here will open some advanced configuration for TIPC.
30 Most users do not need to bother; if unsure, just say N.
31
32 config TIPC_PORTS
33 int "Maximum number of ports in a node"
34 depends on TIPC_ADVANCED
35 range 127 65535
36 default "8191"
37 help
38 Specifies how many ports can be supported by a node.
39 Can range from 127 to 65535 ports; default is 8191.
40
41 Setting this to a smaller value saves some memory,
42 setting it to higher allows for more ports.
43
44 endif # TIPC