miku-ktls

Crates.iomiku-ktls
lib.rsmiku-ktls
version7.0.0-rc.4
created_at2025-04-18 11:17:09.749719+00
updated_at2025-04-18 15:28:41.781504+00
descriptionConfigures kTLS for tokio-rustls client and server connections.
homepage
repositoryhttps://github.com/hanyu-dev/miku-ktls
max_upload_size
id1639233
size110,573
Hantong Chen (cxw620)

documentation

https://docs.rs/miku-ktls

README

test pipeline Coverage Status (codecov.io) Crates.io license: MIT/Apache-2.0

ktls

Configures kTLS (kernel TLS offload) for any type that implements AsRawFd, given a rustls ServerConnection.

[!TIP] This crate is modified from the original one.

The core change is that will return the underlying TlsStream when error (fallback mode).

License

This project is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

Commit count: 3

cargo fmt