yggdrasil-go/src/core
2021-06-25 21:40:19 -05:00
..
api.go fix core_test.go and a race in setting/using mtu 2021-06-13 13:40:20 -05:00
core.go mostly finish migration of IP stuff to core, tuntap is still responsible for ICMP PacketTooBig 2021-06-13 04:54:06 -05:00
core_test.go fix core_test.go and a race in setting/using mtu 2021-06-13 13:40:20 -05:00
debug.go rename src/yggdrasil to src/core 2021-05-23 14:42:26 -05:00
icmpv6.go Add missing icmpv6.go 2021-06-13 11:34:59 +01:00
keystore.go make failed sends a debug log, instead of error 2021-06-25 21:15:40 -05:00
link.go make socks connect to tls listeners, TODO make that configurable 2021-06-25 21:40:19 -05:00
nodeinfo.go WIP moving IP-specific checks from tuntap to core 2021-06-13 04:22:21 -05:00
proto.go mostly finish migration of IP stuff to core, tuntap is still responsible for ICMP PacketTooBig 2021-06-13 04:54:06 -05:00
tcp.go use TLS for multicast peers, fix TLS listener type in log output 2021-06-19 10:42:38 -05:00
tcp_darwin.go rename src/yggdrasil to src/core 2021-05-23 14:42:26 -05:00
tcp_linux.go Fix lint error 2021-06-02 14:46:04 +01:00
tcp_other.go rename src/yggdrasil to src/core 2021-05-23 14:42:26 -05:00
tls.go when using tls, if no pinned key is set, pin the key from the cert. require that cert keys match a pinned key 2021-06-19 09:53:11 -05:00
types.go WIP moving IP-specific checks from tuntap to core 2021-06-13 04:22:21 -05:00
version.go remove metric stuff, there's already enough new stuff to test, maybe revisit this in a future release 2021-05-24 18:53:54 -05:00