6 tristate "The TIPC Protocol"
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.
14 For more information about TIPC, see http://tipc.sourceforge.net.
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>.
24 int "Maximum number of ports in a node"
29 Specifies how many ports can be supported by a node.
30 Can range from 127 to 65535 ports; default is 8191.
32 Setting this to a smaller value saves some memory,
33 setting it to higher allows for more ports.
36 bool "InfiniBand media type support"
37 depends on TIPC && INFINIBAND_IPOIB
39 Saying Y here will enable support for running TIPC on
40 IP-over-InfiniBand devices.