IGMP base class assignment does not look right #165
Unanswered
jlshuman1961
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking at the source code for IgmpV2Packet.cs and I see something that doesn't look right in one of the constructors.
The assignment that does not look right is:
Header.Length = UdpFields.HeaderLength;
IGMP is not a UDP protocol. It is an IP protocol at the same level as UDP.
So why is the Header.Length set to UdpFields.HeaderLength?
Beta Was this translation helpful? Give feedback.
All reactions