update comment
This commit is contained in:
parent
8ccf61ebaf
commit
032c3134c6
@ -41,7 +41,7 @@ type Node interface {
|
||||
|
||||
// Link is a connection between one network and another
|
||||
type Link interface {
|
||||
// remote node the link is to
|
||||
// remote node the link is peered with
|
||||
Node
|
||||
// length defines the speed or distance of the link
|
||||
Length() int
|
||||
|
Loading…
Reference in New Issue
Block a user