You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was going to say "hring does this" but it actually doesn't: it does have a "maybe-uring" crate that uses io_uring on Linux and "regular tokio" on macOS/Windows (making it possible to develop hring on those nice Apple Silicon laptops), but the hring-bingo-ktls sample is Linux-only.
I guess it would be fairly easy to come up with a "maybe-ktls" crate? There'd be a bunch of overhead, sure...
I'd like to fully fix #24 firstbecause it might involve interface changes (just need to land nix-rust/nix#2065 )
I've been wondering if it would be a pain to transparently use
rustls
for platforms that can't support kernel TLS offloading?It would make it easier to develop on multiple platforms and still have it highly optimized on linux.
Any thoughts? I don't know if this is a good idea at all...
The text was updated successfully, but these errors were encountered: