.. |
api.go
|
Merge pull request #643 from adamruzicka/mtu
|
2020-01-07 22:39:38 +00:00 |
conn.go
|
Unify MTU datatypes across the codebase
|
2020-01-05 18:01:22 +00:00 |
core_test.go
|
Fix typos
|
2019-11-29 11:45:02 +02:00 |
core.go
|
fix leak in _addPeerLoop
|
2019-09-18 18:46:03 -05:00 |
debug.go
|
Remove legacy debug functions
|
2019-08-28 17:24:41 +01:00 |
dht.go
|
Fix typos
|
2019-11-29 11:45:02 +02:00 |
dialer.go
|
Fix typos
|
2019-11-29 11:45:02 +02:00 |
doc.go
|
Documentation updates
|
2019-09-01 23:10:46 +01:00 |
link.go
|
Fix typos
|
2019-11-29 11:45:02 +02: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
|
Convert nodeinfo to actor
|
2020-01-05 22:15:52 +00:00 |
peer.go
|
Fix typos
|
2019-11-29 11:45:02 +02:00 |
router.go
|
Convert nodeinfo to actor
|
2020-01-05 22:15:52 +00:00 |
search.go
|
Fix typos
|
2019-11-29 11:45:02 +02:00 |
session.go
|
Unify MTU datatypes across the codebase
|
2020-01-05 18:01:22 +00: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
|
Fix typos
|
2019-11-29 11:45:02 +02: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 typos
|
2019-11-29 11:45:02 +02:00 |
wire.go
|
Unify MTU datatypes across the codebase
|
2020-01-05 18:01:22 +00:00 |