2007-04-01 06:48:20 +05:30
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see scripts/kbuild/config-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "ipsvd utilities"
|
|
|
|
|
|
|
|
config TCPSVD
|
|
|
|
bool "tcpsvd"
|
|
|
|
default n
|
|
|
|
help
|
2007-04-02 00:40:36 +05:30
|
|
|
tcpsvd listens on a tcp port and runs a program for each new connection
|
|
|
|
|
|
|
|
config UDPSVD
|
|
|
|
bool "udpsvd"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
udpsvd listens on a udp port and runs a program for each new connection
|
2007-04-01 06:48:20 +05:30
|
|
|
|
|
|
|
endmenu
|