5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-15 10:50:29 +00:00
yggdrasil-go/src/yggdrasil
2018-12-30 16:48:34 +00:00
..
adapter.go Define Adapter base type/interface 2018-12-14 18:29:00 +00:00
admin.go Allow updating AdminListen during runtime 2018-12-30 12:26:55 +00:00
ckr.go fix code after moving address/crypto/util 2018-12-14 20:49:18 -06:00
core.go Allow updating Listen during runtime 2018-12-30 15:21:09 +00:00
debug.go fix code after moving address/crypto/util 2018-12-14 20:49:18 -06:00
dht.go Handle errors from reconfigure tasks 2018-12-30 12:04:42 +00: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 Don't process ICMPv6 messages when in TUN mode 2018-12-26 22:45:21 +00:00
multicast_other.go Try to SO_REUSEADDR on Windows 2018-12-05 23:10:50 +00:00
multicast_unix.go Try to SO_REUSEPORT on UNIX platforms 2018-12-05 22:39:04 +00:00
multicast_windows.go Try to SO_REUSEADDR on Windows 2018-12-05 23:10:50 +00:00
multicast.go Allow updating Listen during runtime 2018-12-30 15:21:09 +00:00
nodeinfo.go Case-insensitive checking of null if string, don't print the nodeinfo again 2018-12-21 10:04:32 +00:00
peer.go Handle errors from reconfigure tasks 2018-12-30 12:04:42 +00:00
router.go Handle errors from reconfigure tasks 2018-12-30 12:04:42 +00:00
search.go Handle errors from reconfigure tasks 2018-12-30 12:04:42 +00:00
session.go Handle errors from reconfigure tasks 2018-12-30 12:04:42 +00:00
switch.go Handle errors from reconfigure tasks 2018-12-30 12:04:42 +00:00
tcp.go Don't track localAddr in conns as it is irrelevant 2018-12-30 16:48:34 +00:00
tun_bsd.go Define generic adapter type, rename tunDevice to tunAdapter 2018-12-14 18:21:08 +00:00
tun_darwin.go Define generic adapter type, rename tunDevice to tunAdapter 2018-12-14 18:21:08 +00:00
tun_linux.go Define generic adapter type, rename tunDevice to tunAdapter 2018-12-14 18:21:08 +00:00
tun_other.go Define generic adapter type, rename tunDevice to tunAdapter 2018-12-14 18:21:08 +00:00
tun_windows.go Define generic adapter type, rename tunDevice to tunAdapter 2018-12-14 18:21:08 +00:00
tun.go Don't process ICMPv6 messages when in TUN mode 2018-12-26 22:45:21 +00:00
version.go fix code after moving address/crypto/util 2018-12-14 20:49:18 -06:00
wire.go Typo fix 2018-12-22 11:31:52 +02:00