1b97bf3fdSPer Liden# 2b97bf3fdSPer Liden# TIPC configuration 3b97bf3fdSPer Liden# 4b97bf3fdSPer Liden 5a31b19c5SJan Engelhardtmenuconfig TIPC 6*f887cc48SKees Cook tristate "The TIPC Protocol" 7*f887cc48SKees Cook depends on INET 8b97bf3fdSPer Liden ---help--- 9c11ac3f2SPer Liden The Transparent Inter Process Communication (TIPC) protocol is 10c11ac3f2SPer Liden specially designed for intra cluster communication. This protocol 11c11ac3f2SPer Liden originates from Ericsson where it has been used in carrier grade 12c11ac3f2SPer Liden cluster applications for many years. 13c11ac3f2SPer Liden 14c11ac3f2SPer Liden For more information about TIPC, see http://tipc.sourceforge.net. 15b97bf3fdSPer Liden 16b97bf3fdSPer Liden This protocol support is also available as a module ( = code which 17b97bf3fdSPer Liden can be inserted in and removed from the running kernel whenever you 18b97bf3fdSPer Liden want). The module will be called tipc. If you want to compile it 1939f5fb30SAlexander E. Patrakov as a module, say M here and read <file:Documentation/kbuild/modules.txt>. 20b97bf3fdSPer Liden 21b97bf3fdSPer Liden If in doubt, say N. 22b97bf3fdSPer Liden 23b97bf3fdSPer Lidenconfig TIPC_PORTS 24b97bf3fdSPer Liden int "Maximum number of ports in a node" 2594fc9c47SPaul Gortmaker depends on TIPC 267981d6f6SAllan Stephens range 127 65535 27b97bf3fdSPer Liden default "8191" 28b97bf3fdSPer Liden help 297981d6f6SAllan Stephens Specifies how many ports can be supported by a node. 307981d6f6SAllan Stephens Can range from 127 to 65535 ports; default is 8191. 31b97bf3fdSPer Liden 32b97bf3fdSPer Liden Setting this to a smaller value saves some memory, 337981d6f6SAllan Stephens setting it to higher allows for more ports. 34