5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-22 18:50:27 +00:00
yggdrasil-go/src/yggdrasil
2018-06-07 20:18:13 -05:00
..
config Update comments in configuration 2018-05-23 14:02:13 +01:00
address.go update comments, mostly TODO/FIXME notes 2018-01-26 17:30:51 -06:00
admin.go remove UDP, to be replaced with a better implementation later 2018-06-06 16:40:35 -05:00
core.go move periodic switch maintenance into the router instead of its own goroutine 2018-06-06 23:10:33 -05:00
crypto.go Mostly working PMTU discovery when going over UDP links 2018-02-25 20:24:36 -06:00
debug.go remove peer.linkIn channel and related logic 2018-06-07 00:49:06 -05:00
dht.go add a throttle to nodes in the dht. the throttle is gradually increased each time the node is pinged. it determines the minimum amount of time to wait between using the node in a bootstrapping search 2018-06-07 17:55:43 -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 Clean up some exported constants 2018-05-27 23:31:34 +01:00
multicast.go De-debug 2018-05-27 22:13:37 +01:00
peer.go don't use TTL 2018-06-07 20:18:13 -05:00
release.go Export fields of wire structs 2018-06-02 21:21:05 +01:00
router.go more tcp debugging 2018-06-07 16:49:51 -05:00
search.go fix sim and run gofmt 2018-06-06 16:49:23 -05:00
session.go Export fields of sessionPing, dhtReq, dhtRes 2018-06-02 22:19:42 +01:00
signature.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
switch.go don't use TTL 2018-06-07 20:18:13 -05:00
tcp.go more tcp debugging 2018-06-07 16:49:51 -05:00
tun_bsd.go Fix accidental truncation of addresses ending in 8 on macOS and BSD 2018-05-26 21:47:54 +01:00
tun_darwin.go Clean up some exported constants 2018-05-27 23:31:34 +01: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 Fix IfName='none' 2018-06-02 23:29:06 +01:00
util.go Clean up some exported constants 2018-05-27 23:31:34 +01:00
wire.go use/store switchMsg in the switch instead of going through the old switchMessage 2018-06-07 13:56:11 -05:00