Michele Mastrogiovanni
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
core/network/network.go
|
@ -174,10 +174,10 @@ type Dialer interface { |
|
|
// Peers returns the peers connected
|
|
|
// Peers returns the peers connected
|
|
|
Peers() []peer.ID |
|
|
Peers() []peer.ID |
|
|
|
|
|
|
|
|
// Conns returns the connections in this Netowrk
|
|
|
// Conns returns the connections in this Network
|
|
|
Conns() []Conn |
|
|
Conns() []Conn |
|
|
|
|
|
|
|
|
// ConnsToPeer returns the connections in this Netowrk for given peer.
|
|
|
// ConnsToPeer returns the connections in this Network for given peer.
|
|
|
ConnsToPeer(p peer.ID) []Conn |
|
|
ConnsToPeer(p peer.ID) []Conn |
|
|
|
|
|
|
|
|
// Notify/StopNotify register and unregister a notifiee for signals
|
|
|
// Notify/StopNotify register and unregister a notifiee for signals
|
|
|