diff options
author | Denis Vlasenko | 2007-04-01 19:10:36 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-04-01 19:10:36 +0000 |
commit | 60fadaca28f262c1cbd0b5e1553118f22f802d1b (patch) | |
tree | b1f94d06f1747f36d8c880ec1160ae7abc151408 /ipsvd/Config.in | |
parent | 57a426b15becb6b91850a55986244e53b8b22773 (diff) | |
download | busybox-60fadaca28f262c1cbd0b5e1553118f22f802d1b.zip busybox-60fadaca28f262c1cbd0b5e1553118f22f802d1b.tar.gz |
udpsvd: next part of ipsvd applets (not working yet)
Diffstat (limited to 'ipsvd/Config.in')
-rw-r--r-- | ipsvd/Config.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ipsvd/Config.in b/ipsvd/Config.in index fb2931d..8522ef9 100644 --- a/ipsvd/Config.in +++ b/ipsvd/Config.in @@ -9,6 +9,12 @@ config TCPSVD bool "tcpsvd" default n help - tcpsvd listens on a port and runs a program for each new connection + 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 endmenu |