5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-12-26 13:35:42 +00:00
yggdrasil-go/src/yggdrasil
2020-05-17 08:49:40 -05:00
..
api.go work-in-progress on buffering overhaul 2020-05-16 17:07:47 -05:00
conn.go eliminate most sync.Pool use, gives a safer but slightly slower interface 2020-05-02 06:44:51 -05:00
core_test.go Fix typos 2019-11-29 11:45:02 +02:00
core.go Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into buffers 2020-04-03 00:33:01 -05:00
debug.go Remove legacy debug functions 2019-08-28 17:24:41 +01:00
dht.go update switch blockPeer/unblockPeer logic and dht reset when coords change 2020-05-16 09:25:57 -05:00
dialer.go Use 'curve25519' instead of 'pubkey' 2020-02-16 23:44:20 +00:00
doc.go Update doc.go dial example 2020-02-16 23:57:05 +00:00
link.go cleaner startup/shutdown of the link writer's worker 2020-05-17 08:34:22 -05:00
listener.go Update tuntap module, return pointers 2020-02-16 23:21:58 +00:00
nodeinfo.go more work in progress actorizing the remaining parts of the switch 2020-03-29 19:01:50 -05:00
packetqueue.go move where the queue size check before dropping would occur 2020-05-17 07:21:09 -05:00
peer.go re-enable a minimum queue size of ~1 big packet 2020-05-17 08:49:40 -05:00
pool.go eliminate most sync.Pool use, gives a safer but slightly slower interface 2020-05-02 06:44:51 -05:00
router.go work-in-progress on buffering overhaul 2020-05-16 17:07:47 -05:00
search.go more work in progress actorizing the remaining parts of the switch 2020-03-29 19:01:50 -05:00
session.go eliminate most sync.Pool use, gives a safer but slightly slower interface 2020-05-02 06:44:51 -05:00
simlink.go fix some crashes with races during peer setup 2020-05-02 11:16:11 -05:00
stream.go eliminate most sync.Pool use, gives a safer but slightly slower interface 2020-05-02 06:44:51 -05:00
switch.go update switch blockPeer/unblockPeer logic and dht reset when coords change 2020-05-16 09:25:57 -05:00
tcp_darwin.go add dummy functions for other platforms 2019-10-25 19:32:53 -05:00
tcp_linux.go add dummy functions for other platforms 2019-10-25 19:32:53 -05:00
tcp_other.go add dummy functions for other platforms 2019-10-25 19:32:53 -05:00
tcp.go add dummy functions for other platforms 2019-10-25 19:32:53 -05:00
tls.go Update builds to Go 1.13 as this is required for TLS (apparently golang.org/x/crypto/ed25519 is not acceptable to the crypto/tls module and this prevents Yggdrasil from starting) 2019-10-24 09:28:09 +01:00
version.go Fix typos 2019-11-29 11:45:02 +02:00
wire.go eliminate most sync.Pool use, gives a safer but slightly slower interface 2020-05-02 06:44:51 -05:00