mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-28 13:57:52 +08:00
doc: specify iteration order randomization
This commit is contained in:
parent
6bd4a6ddb2
commit
0587342591
@ -26,7 +26,7 @@ type Mocknet interface {
|
||||
// ID is derived from PrivKey
|
||||
AddPeer(ic.PrivKey, ma.Multiaddr) (inet.Network, error)
|
||||
|
||||
// retrieve things
|
||||
// retrieve things (with randomized iteration order)
|
||||
Peers() []peer.ID
|
||||
Net(peer.ID) inet.Network
|
||||
Nets() []inet.Network
|
||||
|
||||
Loading…
Reference in New Issue
Block a user