microsoft / xdp-for-windows

XDP speeds up networking on Windows
MIT License
364 stars 41 forks source link

optimize pseudoheader checksum calculation #631

Open mtfriesen opened 1 month ago

mtfriesen commented 1 month ago

Since the TCP/UDP pseudoheader consists of a bunch of fields of known size, optimize the checksum calculation to avoid needless looping and conditions. Consider #630 along with this.