yggdrasil-go/src/multicast
Sergey Bobrenok 947b6ad7aa
Restore local peer discovery mechanism on Android 11+ (#1158)
This solution is bases on https://github.com/wlynxg/anet project.
`github.com/wlynxg/anet` is a partial alternative implementation of the
`golang.org/x/net` module. The goal of `anet` module is to provide
workarounds of the issues https://github.com/golang/go/issues/40569 and
https://github.com/golang/go/issues/68082 on Android 11+.

Tested on AOSP 13.

Resolves: #1149
2024-08-16 18:28:57 +01:00
..
admin.go Various clean-ups 2024-07-20 12:31:58 +01:00
advertisement.go Multicast passwords 2023-10-11 19:28:28 +01:00
advertisement_test.go Multicast passwords 2023-10-11 19:28:28 +01:00
multicast.go Restore local peer discovery mechanism on Android 11+ (#1158) 2024-08-16 18:28:57 +01:00
multicast_darwin.go Update CI to use Go 1.17, produce Apple Silicon builds (closes #844) 2021-09-28 11:02:15 +01:00
multicast_darwin_cgo.go Multicast module state tweaks 2024-08-11 10:41:58 +01:00
multicast_other.go Update CI to use Go 1.17, produce Apple Silicon builds (closes #844) 2021-09-28 11:02:15 +01:00
multicast_unix.go Use SO_REUSEADDR instead of SO_REUSEPORT on Linux 2022-10-22 14:56:29 +01:00
multicast_windows.go Run goimports 2022-04-17 18:02:25 +01:00
options.go Multicast passwords 2023-10-11 19:28:28 +01:00