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
|
// Link is a connection between one network and another
|
||||||
type Link interface {
|
type Link interface {
|
||||||
// remote node the link is to
|
// remote node the link is peered with
|
||||||
Node
|
Node
|
||||||
// length defines the speed or distance of the link
|
// length defines the speed or distance of the link
|
||||||
Length() int
|
Length() int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user