Optimize UdpGsoBatchWriter performance
Open
area/quic
area/udp
bug
help wanted
- Dominant language
- C++
- Stars
- 28.9k
- Forks
- 5.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 437
Description
UdpGsoBatchWriter::writePacket() copies source/destination addresses and linearizes buffer into string on each call. These are unnecessary and add a lot of overhead.
The overall implementation needs to be reviewed to eliminate such cases.
Contributor guide
Assessment
This issue has not been assessed yet.