mirror of
https://github.com/espressif/openthread.git
synced 2026-08-06 10:47:46 +00:00
[core] rename UDP proxy to UDP forward (#3266)
Thread defines UDP proxy as a feature to allow secure, two-way communication of Thread Management Commands between the Commissioner and any Thread Device in the Thread Network via the Border Agent. This commit renames the existing UDP proxy feature which forwards UDP packets back and forth between Host and NCP to UDP forward.
This commit is contained in:
@@ -69,7 +69,7 @@ configure_OPTIONS = \
|
||||
--enable-radio-only \
|
||||
--enable-raw-link-api \
|
||||
--enable-service \
|
||||
--enable-udp-proxy \
|
||||
--enable-udp-forward \
|
||||
--with-examples=posix \
|
||||
$(NULL)
|
||||
|
||||
|
||||
@@ -123,8 +123,8 @@ ifeq ($(SNTP_CLIENT),1)
|
||||
configure_OPTIONS += --enable-sntp-client
|
||||
endif
|
||||
|
||||
ifeq ($(UDP_PROXY),1)
|
||||
configure_OPTIONS += --enable-udp-proxy
|
||||
ifeq ($(UDP_FORWARD),1)
|
||||
configure_OPTIONS += --enable-udp-forward
|
||||
endif
|
||||
|
||||
ifeq ($(DEBUG_UART),1)
|
||||
|
||||
Reference in New Issue
Block a user