mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 18:27:31 +02:00
mdns: Add host test using linux target
* Original commit: espressif/esp-idf@fc7e2d9e90
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
0c71c7bfe1
commit
5c55ea6e02
@ -75,4 +75,13 @@ menu "mDNS"
|
||||
Configures period of mDNS timer, which periodically transmits packets
|
||||
and schedules mDNS searches.
|
||||
|
||||
config MDNS_NETWORKING_SOCKET
|
||||
bool "Use BSD sockets for mdns networking"
|
||||
default n
|
||||
help
|
||||
Enables optional mdns networking implementation using BSD sockets
|
||||
in UDP multicast mode.
|
||||
This option creates a new thread to serve receiving packets (TODO).
|
||||
This option uses additional N sockets, where N is number of interfaces.
|
||||
|
||||
endmenu
|
||||
|
Reference in New Issue
Block a user