yggdrasil-go/src/yggdrasil
2018-01-13 07:26:26 -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 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
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 Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
tcp.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
tun_linux.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
tun_other.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
tun.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
udp.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
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