Hacker News new | ask | show | jobs
by feld 3762 days ago
latency is especially important for small I/Os, but there are a ton of things that can be done to improve latency in general at an OS and network level
1 comments

Feld, you are totally right. In fact, there has been discussion in the Linux community about improving IPsec performance. However, as the post states, the difficulty in doing so is the API contract in the kernel. That said, even with a perfectly optimized IPsec stack, having to process each packet individually will always be slower than processing a logical record that is a multiple of packet size.