2006-01-02 19:04:38 +01:00
|
|
|
#
|
|
|
|
# TIPC configuration
|
|
|
|
#
|
|
|
|
|
2007-05-23 23:49:38 +02:00
|
|
|
menuconfig TIPC
|
2006-01-02 19:04:38 +01:00
|
|
|
tristate "The TIPC Protocol (EXPERIMENTAL)"
|
2007-05-23 23:49:38 +02:00
|
|
|
depends on INET && EXPERIMENTAL
|
2006-01-02 19:04:38 +01:00
|
|
|
---help---
|
2006-01-16 16:32:18 +01:00
|
|
|
The Transparent Inter Process Communication (TIPC) protocol is
|
|
|
|
specially designed for intra cluster communication. This protocol
|
|
|
|
originates from Ericsson where it has been used in carrier grade
|
|
|
|
cluster applications for many years.
|
2010-01-19 23:23:57 +01:00
|
|
|
|
2006-01-16 16:32:18 +01:00
|
|
|
For more information about TIPC, see http://tipc.sourceforge.net.
|
2006-01-02 19:04:38 +01:00
|
|
|
|
|
|
|
This protocol support is also available as a module ( = code which
|
|
|
|
can be inserted in and removed from the running kernel whenever you
|
|
|
|
want). The module will be called tipc. If you want to compile it
|
2007-03-16 14:28:43 +01:00
|
|
|
as a module, say M here and read <file:Documentation/kbuild/modules.txt>.
|
2006-01-02 19:04:38 +01:00
|
|
|
|
|
|
|
If in doubt, say N.
|
|
|
|
|
|
|
|
config TIPC_PORTS
|
|
|
|
int "Maximum number of ports in a node"
|
2012-11-22 02:11:54 +01:00
|
|
|
depends on TIPC
|
2010-01-19 23:23:57 +01:00
|
|
|
range 127 65535
|
2006-01-02 19:04:38 +01:00
|
|
|
default "8191"
|
|
|
|
help
|
2010-01-19 23:23:57 +01:00
|
|
|
Specifies how many ports can be supported by a node.
|
|
|
|
Can range from 127 to 65535 ports; default is 8191.
|
2006-01-02 19:04:38 +01:00
|
|
|
|
2010-12-31 19:59:32 +01:00
|
|
|
Setting this to a smaller value saves some memory,
|
2010-01-19 23:23:57 +01:00
|
|
|
setting it to higher allows for more ports.
|