yggdrasil-go/src/yggdrasil
2019-08-18 12:17:54 -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 try to fix a few edge cases with searches that could lead them to ending without the callback being run or without cleaning up the old search info 2019-08-11 13:00:19 -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 Send PPROF output text to stderr instead of stdout so that it doesn't break -genconf 2019-07-20 21:56:53 +01:00
dht.go some minor refactoring to dht callbacks and searches, work in progress 2019-06-25 19:31:29 -05:00
dialer.go have createSession fill the sessionInfo.cancel field, have Conn use Conn.session.cancel instead of storing its own cancellation, this should prevent any of these things from being both nil and reachable at the same time 2019-08-05 19:11:28 -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 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
router.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
search.go make sure searches don't end if try to continue (in parallel) with nowhere left to send, but we just sent a search and are still waiting for a response 2019-08-11 13:11:14 -05:00
session.go fix heap pop order 2019-08-16 23:07:40 -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 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
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