5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-01-11 03:45:42 +00:00
yggdrasil-go/src/core
2023-09-03 13:32:15 +01:00
..
api.go Switch back to using an actor to manage link state, and slighty randomize the delay between multicast announcements. This seems to fix the issue with duplicate connections (and breaks a livelock in the multicast code where both nodes keep closing the listen side of their connection, but that's kind of a hack, we need a better solution) 2023-06-18 03:40:40 -05:00
core_test.go Use Go 1.21 in CI, update minimum version to Go 1.20, lint fixes, update quic-go 2023-08-12 18:12:58 +01:00
core.go try to cheer up the linter again 2023-05-21 12:49:49 -05:00
debug.go Tidy up 2022-10-02 13:20:39 +01:00
link_quic.go Use Go 1.21 in CI, update minimum version to Go 1.20, lint fixes, update quic-go 2023-08-12 18:12:58 +01:00
link_socks.go Use Go 1.21 in CI, update minimum version to Go 1.20, lint fixes, update quic-go 2023-08-12 18:12:58 +01:00
link_tcp_darwin.go Link refactor (#941) 2022-09-17 20:07:00 +01:00
link_tcp_linux.go Don't set BBR for TCP peerings 2023-09-03 13:30:41 +01:00
link_tcp_other.go Link refactor (#941) 2022-09-17 20:07:00 +01:00
link_tcp.go Use Go 1.21 in CI, update minimum version to Go 1.20, lint fixes, update quic-go 2023-08-12 18:12:58 +01:00
link_tls.go Use Go 1.21 in CI, update minimum version to Go 1.20, lint fixes, update quic-go 2023-08-12 18:12:58 +01:00
link_unix.go Use Go 1.21 in CI, update minimum version to Go 1.20, lint fixes, update quic-go 2023-08-12 18:12:58 +01:00
link.go Fix codefactor suggestion 2023-09-03 13:32:15 +01:00
nodeinfo.go Fix setting nodeinfo (closes #954) 2022-10-15 15:42:52 +01:00
options.go Link refactoring, admin socket changes 2023-05-19 19:09:05 +01:00
pool.go try to cheer up the linter again 2023-05-21 12:49:49 -05:00
proto.go update to ironwood v0.0.0-20230513191034-495699d87ae4 with API changes 2023-05-13 14:44:38 -05:00
tls.go QUIC interface support 2023-06-18 20:54:14 +01:00
types.go have the core wrap and export the underlying PacketConn, move IPv6 ReadWriteCloser wrapper logic to a separate package 2021-07-05 13:14:12 -05:00
version_test.go Use Go 1.21 in CI, update minimum version to Go 1.20, lint fixes, update quic-go 2023-08-12 18:12:58 +01:00
version.go Tweak link handshake 2023-06-18 20:28:14 +01:00