Crate aeronet_wt_wasm

Source
Expand description

§aeronet_wt_wasm

crates.io docs.rs

§NOTE: THIS IS WORK IN PROGRESS! This literally does not work yet!

A WebTransport transport implementation of aeronet, which uses the QUIC protocol under the hood to provide reliable streams and unreliable datagrams.

This transport can be used in a WASM app to provide a client transport using the browser’s WebTransport APIs.

Structs§

ServerCertificateHash
Hash value of a server certificate.
WebTransportClient
WebTransportError
Represents an error related to the API, which can arise from server errors, network connection problems, or client-initiated abort operations.
WebTransportOptions
Options for constructing a WebTransport client.

Enums§

CongestionControl
Congestion control algorithms for WebTransportOptions::congestion_control.
ServerCertificateHashAlgorithm
Represents the algorithm to use to verify the hash in a ServerCertificateHash.
WebTransportErrorSource
Source of a WebTransportError.