Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HubAndSpoke ¶
func HubAndSpoke(adjList AdjList)
func NewDropFirstPairwise ¶
NewDropFirstPairwise returns a Message transformer which drops the first message between each pair of addresses {src, dst}.
NewDropFirstPairwise tracks src/dst combinations. NewDropFirstTuple tracks src/dst permutations.
func NewDropFirstTuple ¶
NewDropFirstTuple returns a Message transformer which drops the first message for each (src, dst) tuple.
NewDropFirstTuple tracks src/dst permutations. NewDropFirstPairwise tracks src/dst combinations.
func NewTestKey ¶
func NewTestKey(t testing.TB, i int) ed25519.PrivateKey
Types ¶
Click to show internal directories.
Click to hide internal directories.