5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-20 04:52:33 +00:00
yggdrasil-go/src/yggdrasil
Neil Alexander 9713e73969
Fix dot
2018-05-20 17:25:13 +01:00
..
config Small tweaks/clean up 2018-05-09 14:03:28 +01:00
address.go update comments, mostly TODO/FIXME notes 2018-01-26 17:30:51 -06:00
admin.go Fix dot 2018-05-20 17:25:13 +01:00
core.go debug admin socket 2018-05-06 19:48:26 -05:00
crypto.go Mostly working PMTU discovery when going over UDP links 2018-02-25 20:24:36 -06:00
debug.go rename to 'AllowedBoxPubs' and similar 2018-05-07 17:05:54 -05:00
dht.go more insertIfNew bugfixes, and add peerOnly to getDHT output (true if a node is in the bucket.peers slice instead of bucket.others--it means they're not regularly pinged, they're only there to make sure DHT lookups include them as a result, for bootstrapping reasons) 2018-05-17 21:43:26 -05:00
dial.go support socks proxy in peer url and decouple explicit tor/i2p routing 2018-04-26 10:23:21 -04: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 add uptime and bytes sent/recvd to peer struct and getPeers 2018-05-18 20:41:02 -05:00
router.go Accept exchanging an MTU of 0 to signify that TUN/TAP is disabled, don't send traffic to a node in that case 2018-05-18 18:56:33 +01:00
search.go bugfixes related to peer timeouts in the DHT, significantly improve DHT bootstrap speed 2018-05-17 21:20:31 -05:00
session.go Accept exchanging an MTU of 0 to signify that TUN/TAP is disabled, don't send traffic to a node in that case 2018-05-18 18:56:33 +01:00
signature.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
switch.go switch cleanup 2018-05-16 17:48:53 -05:00
tcp.go rename to 'AllowedBoxPubs' and similar 2018-05-07 17:05:54 -05: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 possibly fix weird issue I was having with netns, still not sure I understand why it was a problem 2018-04-28 16:39:58 -05: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 ability to select interface by friendly name on Windows 2018-05-09 16:42:24 +01:00
tun.go get the fd instead of depending on water to do it 2018-03-04 13:57:34 -06:00
udp.go rename to 'AllowedBoxPubs' and similar 2018-05-07 17:05:54 -05: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