5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-10 05:10:26 +00:00
yggdrasil-go/src/yggdrasil
2018-02-17 23:57:24 -06:00
..
address.go update comments, mostly TODO/FIXME notes 2018-01-26 17:30:51 -06:00
admin.go Try to exchange MTUs when creating sessions 2018-02-11 23:09:05 +00:00
core.go update comments, mostly TODO/FIXME notes 2018-01-26 17:30:51 -06:00
crypto.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
debug.go Add a rumor mill to throttle dht maintenance traffic 2018-02-17 17:10:08 -06:00
dht.go Add a rumor mill to throttle dht maintenance traffic 2018-02-17 17:10:08 -06:00
icmpv6.go Fix checksums and packet buffers, sends ICMPv6 Packet Too Big messages successfully now 2018-02-15 13:38:54 +00:00
peer.go Slightly nicer way to throttle peer announcements 2018-02-17 23:41:42 -06:00
router.go send fewer link announcements, fix a ttl encoding bug, and remove unnecessary key field from the wire format for dht req/res 2018-02-17 21:59:08 -06:00
search.go update comments, mostly TODO/FIXME notes 2018-01-26 17:30:51 -06:00
session.go Fix first queued packet on session pcreation 2018-02-15 18:02:08 +00: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 remove duplicate tcp connections 2018-02-17 20:44:23 -06:00
tun_darwin.go Add "IfTAPMode" configuration option to allow selecting TAP mode on supported platforms 2018-02-11 21:45:44 +00:00
tun_linux.go Add "IfTAPMode" configuration option to allow selecting TAP mode on supported platforms 2018-02-11 21:45:44 +00:00
tun_other.go Add "IfTAPMode" configuration option to allow selecting TAP mode on supported platforms 2018-02-11 21:45:44 +00:00
tun_windows.go Add "IfTAPMode" configuration option to allow selecting TAP mode on supported platforms 2018-02-11 21:45:44 +00:00
tun.go Allow setting IfName to 'none' to run without TUN/TAP 2018-02-15 22:29:13 +00:00
udp.go add tcp support and use it by default 2018-02-09 17:42:55 -06:00
util.go update comments, mostly TODO/FIXME notes 2018-01-26 17:30:51 -06:00
wire.go send fewer link announcements, fix a ttl encoding bug, and remove unnecessary key field from the wire format for dht req/res 2018-02-17 21:59:08 -06:00