1CONFIG_IP_NF_FTP
2Talk protocol support
3CONFIG_IP_NF_TALK
4  The talk protocols (both otalk/talk - or talk/ntalk, to confuse
5  you by the different namings about which is old or which is new :-)
6  use an additional channel to setup the talk session and a separated
7  data channel for the actual conversation (like in FTP). Both the 
8  initiating and the setup channels are over UDP, while the data channel 
9  is over TCP, on a random port. The conntrack part of this extension
10  will enable you to let in/out talk sessions easily by matching these
11  connections as RELATED by the state match, while the NAT part helps
12  you to let talk sessions trough a NAT machine.
13
14  If you want to compile it as a module, say 'M' here and read
15  Documentation/modules.txt.  If unsure, say 'N'.
16