[][src]Module kompact::net

Default networking implementation

Modules

buffers
events

Events on the network level

frames

Frames are the core of the message transport layer, allowing applications to build custom protocols atop this library.

net_test_helpers

A module with helper functions for testing network configurations/implementations

Structs

Bridge

Bridge to Network Threads. Routes outbound messages to the correct network thread. Single threaded for now.

BridgeConfig

The configuration for the network Bridge

Enums

ConnectionState

The state of a connection

NetworkBridgeErr

Errors which the NetworkBridge might return, not used for now.