Expand description
Networking layer for Mmids applications
Modules§
- tcp
- 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§
- Connection
Id - 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§
- IpAddress
- Enumeration to make handling ip addresses vs subnets easier
- IpAddress
Parse Error - Error when a given ip address or subnet could not be parsed from a given input