Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds udp checksum functions into UdpHeaderSlice #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nshyrei
Copy link

@nshyrei nshyrei commented Mar 30, 2022

There is a set of functions for TcpHeaderSlice that compute checksum without converting the type to a TcpHeader. I assumed to see similar set for Udp, but they are present only for a UdpHeader type. The user might not want to convert to a UdpHeader type just to compute the checksum as it is not necessary if you have a slice already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant