.. |
api.go
|
Further updates, notify sessions about updated MTU from API call
|
2019-11-21 09:54:36 +00:00 |
conn.go
|
have listener return a net.Conn, adjust yggdrasil.Conn to match this interface
|
2019-10-19 15:10:28 -05:00 |
core_test.go
|
Add more comments to explain helper functions
|
2019-09-28 14:41:53 +02:00 |
core.go
|
Goroutines in _addPeerLoop from bugfixes
|
2019-09-19 09:04:25 +01:00 |
debug.go
|
Remove legacy debug functions
|
2019-08-28 17:24:41 +01:00 |
dht.go
|
Simplify reconfiguration
|
2019-08-28 19:31:04 +01:00 |
dialer.go
|
slight cleanup of dial's timeout
|
2019-10-21 20:52:16 -05:00 |
doc.go
|
Documentation updates
|
2019-09-01 23:10:46 +01:00 |
link.go
|
Initial connection upgrade/TLS peering support
|
2019-10-23 17:26:35 +01:00 |
listener.go
|
have listener return a net.Conn, adjust yggdrasil.Conn to match this interface
|
2019-10-19 15:10:28 -05:00 |
nodeinfo.go
|
a couple race fixes and use timer.AfterFunc instead of sleeping goroutines or ticker in a few places
|
2019-08-25 17:00:02 -05:00 |
peer.go
|
Simplify reconfiguration
|
2019-08-28 19:31:04 +01:00 |
router.go
|
Simplify reconfiguration
|
2019-08-28 19:31:04 +01:00 |
search.go
|
fix a data race when an existing session's coords are updated in response to a successful search
|
2019-10-27 19:55:35 -05:00 |
session.go
|
send a message to the sessions to update mtu instead of trying to update it directly
|
2019-11-21 19:23:44 -06: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
|
cleanup/comments
|
2019-09-25 17:53:25 -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 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 |