Expand description
Network surface used by the test Leaf2Fetcher to send catchup
request/response messages. Decoupled from ConnectedNetwork so the
new-protocol can route through its Coordinator instead of holding a
second handle to the network.
Structs§
- Connected
Network Leaf Fetcher - Adapter that satisfies
LeafFetcherNetworkby sending direct messages over aConnectedNetworkhandle. Used by the old-protocol test infra where the membership owns a clone of the network.
Traits§
- Leaf
Fetcher Network - Operations the test
Leaf2Fetcherneeds to drive epoch catchup.