yggdrasil-go/src/core
2022-12-07 22:19:45 +02:00
..
address.go 1. implemented network prefix load from config file 2022-10-31 00:00:15 +02:00
address_test.go Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into yggdrasil-v0.4.7-develop 2022-12-01 14:36:36 +02:00
api.go Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into yggdrasil-v0.4.7-develop 2022-12-01 14:36:36 +02:00
core.go Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into yggdrasil-v0.4.7-develop 2022-12-01 14:36:36 +02:00
core_test.go Link refactor (#941) 2022-09-17 20:07:00 +01:00
debug.go Tidy up 2022-10-02 13:20:39 +01:00
link.go completed fix for allowing links from the same host: 2022-12-07 22:19:45 +02:00
link_linux.go Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into yggdrasil-v0.4.7-develop 2022-12-01 14:36:36 +02:00
link_mpath.go Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into yggdrasil-v0.4.7-develop 2022-12-01 14:36:36 +02:00
link_mpath_android.go typo fix 2022-12-02 10:23:24 +02:00
link_mpath_darwin.go 1. added multipath protocol and schema suport 2022-10-27 22:03:37 +03:00
link_mpath_linux.go 1. added multipath protocol and schema suport 2022-10-27 22:03:37 +03:00
link_mpath_other.go 1. added multipath protocol and schema suport 2022-10-27 22:03:37 +03:00
link_other.go lincDial exceeding declaration fix 2022-12-01 15:09:41 +02:00
link_sctp_linux.go Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into yggdrasil-v0.4.7-develop 2022-12-01 14:36:36 +02:00
link_socks.go Redial failed connections if possible (#983) 2022-11-12 11:30:03 +00:00
link_tcp.go Merge branch 'develop' of https://github.com/yggdrasil-network/yggdrasil-go into yggdrasil-v0.4.7-develop 2022-12-01 14:36:36 +02:00
link_tcp_darwin.go Link refactor (#941) 2022-09-17 20:07:00 +01:00
link_tcp_linux.go Link refactor (#941) 2022-09-17 20:07:00 +01:00
link_tcp_other.go Link refactor (#941) 2022-09-17 20:07:00 +01:00
link_tls.go Redial failed connections if possible (#983) 2022-11-12 11:30:03 +00:00
link_unix.go Redial failed connections if possible (#983) 2022-11-12 11:30:03 +00:00
nodeinfo.go 1. added multipath protocol and schema suport 2022-10-27 22:03:37 +03:00
options.go 1. implemented network prefix load from config file 2022-10-31 00:00:15 +02:00
proto.go 1. moved address to core 2022-10-30 21:58:42 +02: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.go Update version.go 2022-11-02 13:34:07 +00:00