5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-10 06:20:26 +00:00
yggdrasil-go/src/yggdrasil
2018-01-18 18:48:34 -06:00
..
address.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
core.go Add regexp to limit which link-local IPv6 zones allow peering, and check that a peer isn't from within the networks address block (prevents accidental tunneling) 2018-01-09 02:08:54 -06:00
crypto.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
debug.go Switch connAddr (udp map key) from string to a struct that allocates less. Reduce some other allocations. Use larger channel buffers to reduce backpressure from runtime jitter. 2018-01-13 07:26:26 -06:00
dht.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
peer.go Switch connAddr (udp map key) from string to a struct that allocates less. Reduce some other allocations. Use larger channel buffers to reduce backpressure from runtime jitter. 2018-01-13 07:26:26 -06:00
router.go minor performance adjustments 2018-01-18 18:48:34 -06:00
search.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
session.go Switch connAddr (udp map key) from string to a struct that allocates less. Reduce some other allocations. Use larger channel buffers to reduce backpressure from runtime jitter. 2018-01-13 07:26:26 -06:00
signature.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
switch.go minor performance adjustments 2018-01-18 18:48:34 -06:00
tcp.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
tun_darwin.go Use MTU from interface definition 2018-01-15 14:39:07 +00:00
tun_linux.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
tun_other.go Added a darwin tun module. It should work, but it doesn't! 2018-01-06 16:39:30 +00:00
tun.go Implement a tun interface to reduce dependency on Water library 2018-01-05 23:35:59 +00:00
udp.go minor performance adjustments 2018-01-18 18:48:34 -06:00
util.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
wire.go Switch connAddr (udp map key) from string to a struct that allocates less. Reduce some other allocations. Use larger channel buffers to reduce backpressure from runtime jitter. 2018-01-13 07:26:26 -06:00