Expand description
Re-exports§
Modules§
- connection
- Logic for connection and disconnection of a
Session. - packet
- Transmission of unreliable byte sequences (packets) along a
Session. - server
- Logic for a
Serverentity which accepts and manages clientSessions connecting to it.
Structs§
- Aeronet
IoPlugin - Sets up the IO layer functionality.
- Session
- Represents an
Entitywhich can be used to transfer packets over a connection to a peer session, potentially over a network. - Session
Endpoint - Represents an
Entitywhich may be establishing, or has already established, a connection to a peer.
Enums§
- IoSystems
- System set for scheduling IO layer systems.