Crate swiftlet_quic
source ·Expand description
Providing real-time internet communications using the QUIC protocol!
Using this QUIC swiftlet sub-library makes it easy to create a single-threaded QUIC endpoint (server or client) and run an application protocol in response to various events. Both reliable (time-insensitive) and unreliable (real-time communication) messages are possible to be sent and received using this library.
Modules
- QUIC Endpoint Module
Structs
- Main library structure that handles the QUIC Endpoint
Traits
- Required QUIC Endpoint Handler Event Callback Functions