quiche icon indicating copy to clipboard operation
quiche copied to clipboard

apps: Linux GSO + pacing support for quiche-server

Open junhochoi opened this issue 3 years ago • 0 comments

When GSO can be enabled (on a supported linux platform), now quiche-server sends multiple packets using sendmsg() with GSO.

For non-supported platforms, it should work same as before.

This PR is based on #1075 , so it will provide GSO + pacing(SO_TXTIME) combined. If one of those feature is not detected, quiche-server won't use sendmsg().

junhochoi avatar Jan 26 '22 08:01 junhochoi