[roll] Roll fuchsia [lowpan] Ensure that the SRP server is actually disabled at finalization

This change also addresses an API naming problem in the SRP section
of the OpenThread rust binding, where calls to `srp_server_set_enabled`
were leading to calls to `otSrpServerIsAutoEnableMode()` instead of
`otSrpServerEnabled()`. To address this we have renamed the methods
accordingly.

We are also defensively forcing all platform UDP sockets to be closed
at OpenThread instance finalization, thus ensuring that UDP resources
are always freed, regardless of what `otInstanceFinalize()` does.

Original-Bug: b/296886787
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/913092
Original-Revision: 1cb71ac4f8c0254f0d503b550380203eca93bb5f
GitOrigin-RevId: e030bc028c94cf54d2acba18f80f4465859f47a8
Change-Id: I14bd98705ede9093017367917f33413f5db7b738
1 file changed
tree: 2f27b07b7ee78042f202cf35d9e1d3c9f59cdc8d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.