Liking cljdoc? Tell your friends :D
Clojure only.

jepsen.net.proto

Protocols for network manipulation. High-level functions live in jepsen.net.

Protocols for network manipulation. High-level functions live in
jepsen.net.
raw docstring

PartitionAllcljprotocol

This optional protocol provides support for making multiple network changes in a single call. If you don't support this protocol, we'll use drop! instead.

This optional protocol provides support for making multiple network changes
in a single call. If you don't support this protocol, we'll use drop!
instead.

drop-all!clj

(drop-all! net test grudge)

Takes a grudge: a map of nodes to collections of nodes they should drop messages from, and makes the appropriate changes to the network.

Takes a grudge: a map of nodes to collections of nodes they
should drop messages from, and makes the appropriate changes to
the network.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close