Module net

Source
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§

ConnectionId
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
IpAddressParseError
Error when a given ip address or subnet could not be parsed from a given input