mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 10:29:52 +00:00
[srp-server] do not use platform UDP for SRP server (#6322)
This commit binds SRP Server to Thread netif. This also adds a configuration option for the SRP server UDP port to allow using a specific/static port.
This commit is contained in:
@@ -909,7 +909,7 @@ class NodeImpl:
|
||||
return service
|
||||
|
||||
def get_srp_server_port(self):
|
||||
"""Returns the dynamic SRP server UDP port by parsing
|
||||
"""Returns the SRP server UDP port by parsing
|
||||
the SRP Server Data in Network Data.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user