4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-15 15:36:06 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
8003ea0f3e use a separate multicast beacon interval per multicast interface 2019-09-20 17:42:42 -05:00
1cd4b6e8dd Increase multicast interval at startup from 1s to 15s 2019-09-20 10:08:41 +01:00
eeb34ce4e4 modify TcpListener 2019-09-19 19:45:17 -05:00
2dc136f94a Multicast actor to prevent races 2019-09-18 16:51:46 +01:00
c78a4cb28f Only stop timers if they are running 2019-09-18 15:34:26 +01:00
366fe7e772 Allow multicast to be shut down more sanely 2019-09-18 15:31:43 +01:00
fc9a1c6c31 Simplify reconfiguration 2019-08-28 19:31:04 +01:00
de1005e4fa Various API changes and simplifications to fix mobile builds 2019-07-27 15:00:09 +01:00
12486b0557 Try to more gracefully handle shutdowns on Windows 2019-07-06 11:52:30 +01:00
27b3b9b49b Return new copy of interfaces on each Interfaces() call 2019-06-29 00:12:56 +01:00
54f1804101 Try and solidify multicast interface behavior 2019-06-20 15:11:55 +01:00
d575b83ec1 Refactor admin socket somewhat, allow modules to set up their own handlers 2019-05-19 22:02:04 +01:00
1b3ec0b93f Fix multicast start check so that it shouldn't give up if interfaces aren't up when Yggdrasil starts (fixes #405) 2019-05-17 22:59:29 +01:00
ae2cc13d14 Fix configuration reloading support 2019-05-17 22:29:52 +01:00
f19a4e4398 More godoc improvements 2019-03-29 18:18:31 +00:00
dd05a7f2a8 Tweaks 2019-03-28 19:09:19 +00:00
7ea4e9575e Break out multicast into a separate package 2019-03-28 16:13:14 +00:00