blob: 4f99600a5fed7b6ad702d540e371e89248c76a1f [file] [log] [blame]
Per Lidenb97bf3f2006-01-02 19:04:38 +01001#
2# TIPC configuration
3#
4
Jan Engelhardta31b19c2007-05-23 14:49:38 -07005menuconfig TIPC
Kees Cookf887cc42012-10-02 11:20:02 -07006 tristate "The TIPC Protocol"
7 depends on INET
Per Lidenb97bf3f2006-01-02 19:04:38 +01008 ---help---
Per Lidenc11ac3f2006-01-16 16:32:18 +01009 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.
Allan Stephens7981d6f2010-01-19 14:23:57 -080013
Per Lidenc11ac3f2006-01-16 16:32:18 +010014 For more information about TIPC, see http://tipc.sourceforge.net.
Per Lidenb97bf3f2006-01-02 19:04:38 +010015
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
Alexander E. Patrakov39f5fb32007-03-16 18:28:43 +050019 as a module, say M here and read <file:Documentation/kbuild/modules.txt>.
Per Lidenb97bf3f2006-01-02 19:04:38 +010020
21 If in doubt, say N.
22
Per Lidenb97bf3f2006-01-02 19:04:38 +010023config TIPC_PORTS
24 int "Maximum number of ports in a node"
Paul Gortmaker94fc9c42012-11-21 20:11:54 -050025 depends on TIPC
Allan Stephens7981d6f2010-01-19 14:23:57 -080026 range 127 65535
Per Lidenb97bf3f2006-01-02 19:04:38 +010027 default "8191"
28 help
Allan Stephens7981d6f2010-01-19 14:23:57 -080029 Specifies how many ports can be supported by a node.
30 Can range from 127 to 65535 ports; default is 8191.
Per Lidenb97bf3f2006-01-02 19:04:38 +010031
Allan Stephens0e659672010-12-31 18:59:32 +000032 Setting this to a smaller value saves some memory,
Allan Stephens7981d6f2010-01-19 14:23:57 -080033 setting it to higher allows for more ports.