yggdrasil-go/src/yggdrasil
2018-01-21 14:58:54 -06:00
..
address.go add and use a thread-safe way of reading router internal state, and include active sessions in the admin query 2018-01-21 12:55:45 -06:00
admin.go update admin dot to better handle missing nodes and to direct links towards parent, based on neilalexander's work 2018-01-21 14:58:54 -06: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 add and use a thread-safe way of reading router internal state, and include active sessions in the admin query 2018-01-21 12:55:45 -06:00
router.go add and use a thread-safe way of reading router internal state, and include active sessions in the admin query 2018-01-21 12:55:45 -06: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