mirror of
https://github.com/espressif/openthread.git
synced 2026-09-16 14:10:09 +00:00
[border-agent] use ephemeral port (#6450)
This commit changes border agent service to use ephemeral port by default. This change makes it easier to support multiple Thread interfaces on a single host.
This commit is contained in:
@@ -144,8 +144,6 @@ LEADER_NOTIFY_SED_BY_CHILD_UPDATE_REQUEST = True
|
||||
THREAD_VERSION_1_1 = 2
|
||||
THREAD_VERSION_1_2 = 3
|
||||
|
||||
BORDER_AGENT_UDP_PORT = 49191
|
||||
|
||||
|
||||
def create_default_network_data_prefix_sub_tlvs_factories():
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user