|
Last change
on this file since 3377 was 3320, checked in by Bruno Cornec, 11 years ago |
- Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in
the move to 3.0
|
|
File size:
385 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # For a description of the syntax of this configuration file,
|
|---|
| 3 | # see scripts/kbuild/config-language.txt.
|
|---|
| 4 | #
|
|---|
| 5 |
|
|---|
| 6 | menu "ipsvd utilities"
|
|---|
| 7 |
|
|---|
| 8 | config TCPSVD
|
|---|
| 9 | bool "tcpsvd"
|
|---|
| 10 | default n
|
|---|
| 11 | help
|
|---|
| 12 | tcpsvd listens on a tcp port and runs a program for each new connection
|
|---|
| 13 |
|
|---|
| 14 | config UDPSVD
|
|---|
| 15 | bool "udpsvd"
|
|---|
| 16 | default n
|
|---|
| 17 | help
|
|---|
| 18 | udpsvd listens on a udp port and runs a program for each new connection
|
|---|
| 19 |
|
|---|
| 20 | endmenu
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.