Module mmids_core::net[][src]

Expand description

Networking layer for Mmids applications

Modules

A TCP socket manager actor that allows other systems to request TCP connections. The socket manager will manage listeners for different ports, accept connections, unwrap SSL sessions (if requested), and pass networked data to requesters.

Structs

A unique identifier for any given TCP connection, or unique UDP client. If a TCP client disconnects and reconnects it will be seen with a brand new connection id

Enums

Enumeration to make handling ip addresses vs subnets easier

Error when a given ip address or subnet could not be parsed from a given input