yggdrasil-go/src/multicast
2023-06-18 03:40:40 -05:00
..
admin.go Admin socket and yggdrasilctl improvements 2022-09-24 12:22:38 +01:00
advertisement.go Link refactoring, admin socket changes 2023-05-19 19:09:05 +01:00
multicast_darwin_cgo.go Refactor multicast setup (isolated config, etc) 2022-09-03 11:42:05 +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_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
multicast.go Switch back to using an actor to manage link state, and slighty randomize the delay between multicast announcements. This seems to fix the issue with duplicate connections (and breaks a livelock in the multicast code where both nodes keep closing the listen side of their connection, but that's kind of a hack, we need a better solution) 2023-06-18 03:40:40 -05:00
options.go Priority support (#964) 2022-10-26 09:24:24 +01:00