.. |
api.go
|
update to latest phony, adjust interface use accordingly
|
2019-08-27 19:43:54 -05:00 |
conn.go
|
update to latest phony, adjust interface use accordingly
|
2019-08-27 19:43:54 -05:00 |
core.go
|
make the main library reconfiguration more actor-friendly
|
2019-08-25 12:10:59 -05:00 |
debug.go
|
update to latest phony, adjust interface use accordingly
|
2019-08-27 19:43:54 -05:00 |
dht.go
|
make the main library reconfiguration more actor-friendly
|
2019-08-25 12:10:59 -05:00 |
dialer.go
|
more conn migration
|
2019-08-24 00:17:37 -05:00 |
link.go
|
update to latest phony, adjust interface use accordingly
|
2019-08-27 19:43:54 -05:00 |
listener.go
|
refactor things the router owns (dht, sessions, searches) into that struct, to make the ownership more explicit
|
2019-08-23 20:26:15 -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
|
update to latest phony, adjust interface use accordingly
|
2019-08-27 19:43:54 -05:00 |
router.go
|
update to latest phony, adjust interface use accordingly
|
2019-08-27 19:43:54 -05:00 |
search.go
|
update to latest phony, adjust interface use accordingly
|
2019-08-27 19:43:54 -05:00 |
session.go
|
have an actor manage the crypto worker pool instead of each session trying to use it directly, this should result in a fairer round-robin behavior in cases where crypto congestion is the bottleneck
|
2019-08-27 20:01:37 -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
|
update to latest phony, adjust interface use accordingly
|
2019-08-27 19:43: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
|
make the main library reconfiguration more actor-friendly
|
2019-08-25 12:10:59 -05: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 |