quic-go / masque-go

MASQUE: Proxying UDP in HTTP/3, RFC 9298
MIT License
81 stars 9 forks source link

use GSO to send packets to the target #31

Open marten-seemann opened 6 months ago

marten-seemann commented 6 months ago

This will likely improve performance on high-bandwidth connections.

We should probably refactor quite a bit of quic-go's GSO code into a separate package (repo?), so we don't have to build all the platform-specific code again.