Expand description
Sync protocol implementations for testing purposes.
DummyProtocolPingPongProtocolFailingProtocol
Structs§
- Dummy
Protocol - A sync implementation which fulfills basic protocol requirements but nothing more
- Ping
Pong Protocol - A sync implementation where the initiator sends a
pingmessage and the acceptor responds with apongmessage. - Sync
Test Topic
Enums§
- Failing
Protocol - A sync implementation which returns a mocked error.