]> granicus.if.org Git - esp-idf/blob - components/mdns/Kconfig
ethernet: add iperf example to test real bandwidth
[esp-idf] / components / mdns / Kconfig
1 menu "mDNS"
2
3 config MDNS_MAX_SERVICES
4     int "Max number of services"
5     range 1 64
6     default 10
7     help
8         Services take up a certain amount of memory, and allowing fewer
9         services to be open at the same time conserves memory. Specify
10         the maximum amount of services here. The valid value is from 1
11         to 64.
12         
13 endmenu