2856dab477
It's a GPL-ed 'clone' of Dan Bernstein's tcpserver. Author: Gerrit Pape <pape@smarden.org> http://smarden.sunsite.dk/ipsvd/ size tcpsvd.o text data bss dec hex filename 2571 4 16 2591 a1f tcpsvd.o
15 lines
259 B
Plaintext
15 lines
259 B
Plaintext
#
|
|
# 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
|
|
tcpsvd listens on a port and runs a program for each new connection
|
|
|
|
endmenu
|