This website requires JavaScript.
Explore
Help
Sign In
TheArchive
/
yggdrasil-go
Watch
1
Star
0
Fork
0
You've already forked yggdrasil-go
mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced
2025-02-21 20:38:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
yggdrasil-go
/
src
/
multicast
History
Arceliar
c1ae9ea0d4
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
..
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