| Crates.io | miku-ktls |
| lib.rs | miku-ktls |
| version | 7.0.0-rc.4 |
| created_at | 2025-04-18 11:17:09.749719+00 |
| updated_at | 2025-04-18 15:28:41.781504+00 |
| description | Configures kTLS for tokio-rustls client and server connections. |
| homepage | |
| repository | https://github.com/hanyu-dev/miku-ktls |
| max_upload_size | |
| id | 1639233 |
| size | 110,573 |
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).
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.