Closed zhongyi51 closed 5 months ago
There looks an error in the example of IpV4Header in README.md. The bit range of get_identification should be 47, 32 (16 bits) instead of 47, 31 (17 bits with interleaving).
IpV4Header
get_identification
47, 32
47, 31
Thanks!
There looks an error in the example of
IpV4Header
in README.md. The bit range ofget_identification
should be47, 32
(16 bits) instead of47, 31
(17 bits with interleaving).