Cleanup and speedup network convergence along with direct messaging for connect and solicit
This commit is contained in:
@@ -64,7 +64,9 @@ type Link interface {
|
||||
Length() int64
|
||||
// Current transfer rate as bits per second (lower is better)
|
||||
Rate() float64
|
||||
// State of the link e.g connected/closed
|
||||
// Is this a loopback link
|
||||
Loopback() bool
|
||||
// State of the link: connected/closed/error
|
||||
State() string
|
||||
// honours transport socket
|
||||
transport.Socket
|
||||
|
||||
Reference in New Issue
Block a user