[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:
kangping
2021-03-23 12:45:53 -07:00
committed by GitHub
parent a04e164e7d
commit fbdafacbc7
5 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -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.
"""