Website Content Optimization
Accelerating UDP packet transmission for QUIC

Accelerating UDP packet transmission for QUIC

1/8/2020 · Alessandro Ghedini

What this post added

This post explores techniques to accelerate UDP packet transmission, specifically for QUIC, by leveraging `sendmmsg()` for batched packet transmission and UDP segmentation offload (GSO) to reduce kernel overhead. It also discusses the challenges of integrating packet pacing with these optimizations.

Read the original post ↗