quiche
quiche copied to clipboard
apps: Linux GSO + pacing support for quiche-server
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().