yggdrasil-go/src/yggdrasil
2019-08-23 18:55:41 -05:00
..
api.go Implement feature from https://github.com/yggdrasil-network/yggdrasil-go/issues/488 2019-08-11 00:31:22 +03:00
conn.go start migrating the router to an actor 2019-08-23 18:47:15 -05:00
core.go Implement feature from https://github.com/yggdrasil-network/yggdrasil-go/issues/488 2019-08-11 00:31:22 +03:00
debug.go when a link becomes idle and packet are buffered that the link could send, send at least 65535 bytes worth instead of 1 packet, this reduces syscall overhead when small packets are sent through the network 2019-08-18 12:29:07 -05:00
dht.go start migrating the router to an actor 2019-08-23 18:47:15 -05:00
dialer.go hopefully prevent a deadlock 2019-08-20 18:49:53 -05:00
link.go allow links to send multiple packets at once, currently we still only bother to send 1 at a time from the switch level 2019-08-18 12:17:54 -05:00
listener.go Listener should clean up a bit more when closing 2019-04-19 23:04:09 +01:00
nodeinfo.go Implement feature from https://github.com/yggdrasil-network/yggdrasil-go/issues/488 2019-08-11 00:31:22 +03:00
peer.go start migrating the router to an actor 2019-08-23 18:47:15 -05:00
router.go more router migration 2019-08-23 18:55:41 -05:00
search.go start migrating the router to an actor 2019-08-23 18:47:15 -05:00
session.go hopefully prevent a deadlock 2019-08-20 18:49:53 -05:00
stream.go allow links to send multiple packets at once, currently we still only bother to send 1 at a time from the switch level 2019-08-18 12:17:54 -05:00
switch.go start migrating the router to an actor 2019-08-23 18:47:15 -05:00
tcp_darwin.go Support multiple TCP listeners 2019-03-04 17:52:57 +00:00
tcp_other.go Support multiple TCP listeners 2019-03-04 17:52:57 +00:00
tcp.go Remove wrappedConn as unnecessary 2019-05-18 16:16:32 +01:00
version.go fix code after moving address/crypto/util 2018-12-14 20:49:18 -06:00
wire.go Update API to represent coords as []uint64 2019-08-05 10:17:19 +01:00