5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-22 09:30:28 +00:00
yggdrasil-go/src/yggdrasil
Neil Alexander 8ef852469b Formatting
2018-01-21 17:53:25 +00:00
..
address.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
admin.go Formatting 2018-01-21 17:53:25 +00:00
core.go Add an admin socket 2018-01-21 00:17:15 +00:00
crypto.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
debug.go Add an admin socket 2018-01-21 00:17:15 +00: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 Add an admin socket 2018-01-21 00:17:15 +00:00
search.go Run gofmt -s -w . 2018-01-04 22:37:51 +00:00
session.go check that the source IP inside a packet matches the address or prefix for the session that transmitted it 2018-01-19 17:33:04 -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 Add an admin socket 2018-01-21 00:17:15 +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