5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-12 22:10:28 +00:00
yggdrasil-go/src
Arceliar 6eb74a40e1
Merge pull request #751 from Arceliar/bugfix
Fix goroutine leak in link.go
2020-12-19 11:04:13 -06:00
..
address Fix typos 2019-11-29 11:45:02 +02:00
admin Accept some golint suggestions (#690) 2020-09-27 14:42:46 +01:00
config Unify MTU datatypes across the codebase 2020-01-05 18:01:22 +00:00
crypto Merge branch 'future' into develop-future 2020-09-27 20:28:26 +01:00
defaults Change DefaultIfName from "/dev/tun0" to "tun0" 2020-11-13 06:38:27 +00:00
module Define module.Module interface, update admin/tuntap/multicast modules to comply with it, fix #581 2019-10-23 10:44:58 +01:00
multicast attempt to keep TCP listener alive if there's a temporary error (e.g. too many open files), just pause and retry later 2020-10-18 11:01:18 -05:00
tuntap Return ICMPv6 Destination Unreachable for unknown destinations (#748) 2020-12-06 19:47:25 +00:00
types Unify MTU datatypes across the codebase 2020-01-05 18:01:22 +00:00
util Merge branch 'future' into develop-future 2020-09-27 20:28:26 +01:00
version yggdrasil: buildName should report unknown 2019-11-11 00:24:50 -05:00
yggdrasil if the link handler exits early due to an existing connection, then have it return a channel to that connection which closes when the connection is closed, so we can choose to block on that to avoid spamming connection attempts with dial 2020-12-13 16:29:03 -06:00