5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-20 02:32:32 +00:00
yggdrasil-go/src/yggdrasil
2018-03-10 22:31:36 +00:00
..
address.go update comments, mostly TODO/FIXME notes 2018-01-26 17:30:51 -06:00
admin.go keep peers separate from other nodes in dht 2018-03-10 13:58:48 -06:00
core.go update comments, mostly TODO/FIXME notes 2018-01-26 17:30:51 -06:00
crypto.go Mostly working PMTU discovery when going over UDP links 2018-02-25 20:24:36 -06:00
debug.go keep peers separate from other nodes in dht 2018-03-10 13:58:48 -06:00
dht.go remove any peers from the dht if a reset is triggered (from coord changes) 2018-03-10 15:16:39 -06:00
icmpv6.go Modify ICMPv6 source address for "Packet Too Big" messages to a routable address so that it correctly routes to nodes in an yggdrasil /64 subnet 2018-03-10 22:31:36 +00:00
peer.go cleanup 2018-02-23 13:04:52 -06:00
router.go Modify ICMPv6 source address for "Packet Too Big" messages to a routable address so that it correctly routes to nodes in an yggdrasil /64 subnet 2018-03-10 22:31:36 +00:00
search.go update comments, mostly TODO/FIXME notes 2018-01-26 17:30:51 -06:00
session.go Mostly working PMTU discovery when going over UDP links 2018-02-25 20:24:36 -06:00
signature.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
switch.go ignore root tstamp updates if we just updated, to throttle the rate at which updates (and new signatures) can propagate 2018-02-17 23:57:24 -06:00
tcp.go Show both UDP and TCP listen addresses in stdout (#51) 2018-03-07 09:41:04 +00:00
tun_bsd.go Attempt to support NetBSD 2018-03-04 23:47:01 +00:00
tun_darwin.go Add FreeBSD support in TAP mode 2018-03-04 16:24:50 +00:00
tun_freebsd.go Attempt to support NetBSD 2018-03-04 23:47:01 +00:00
tun_linux.go Add FreeBSD support in TAP mode 2018-03-04 16:24:50 +00:00
tun_netbsd.go Attempt to support NetBSD 2018-03-04 23:47:01 +00:00
tun_openbsd.go Attempt to support NetBSD 2018-03-04 23:47:01 +00:00
tun_other.go Attempt to support NetBSD 2018-03-04 23:47:01 +00:00
tun_windows.go Add FreeBSD support in TAP mode 2018-03-04 16:24:50 +00:00
tun.go get the fd instead of depending on water to do it 2018-03-04 13:57:34 -06:00
udp.go Show both UDP and TCP listen addresses in stdout (#51) 2018-03-07 09:41:04 +00:00
util.go update comments, mostly TODO/FIXME notes 2018-01-26 17:30:51 -06:00
wire.go cleanup 2018-02-23 13:04:52 -06:00