meh / rust-packet

Network packet handling for Rust.
90 stars 27 forks source link

fix: TCP packet checksum computation #12

Open bjornwein opened 3 years ago

bjornwein commented 3 years ago

This is based on the UDP checksum fix from 4ca8944

noirotm commented 3 years ago

Ah, good catch! I had only looked at the UDP part because of an immediate need 👍

marcbrevoort-cyberhive commented 2 years ago

Works for me - why not merge it in?

noirotm commented 2 years ago

cc. @meh who's the one who can merge this.