| ▲ | shanemhansen an hour ago | |
Just an interesting observation I had about this once when I noticed that kernel quic implementations weren't very fast. KTLS is mostly useful if paired with sendfile (I'm ignoring io_uring because I'm not as up to date on that). Otherwise you have to context switch back to userspace constantly. | ||