Consistently use the byteorder functions in the correct direction
Submitted by: Ján Sučan <sucanjan@gmail.com>
Sponsored by: Google, inc. (Google Summer of Code 2019)
Differential D21219
ping6: Consistently use the byteorder functions in the correct direction jansucan on Aug 12 2019, 7:03 AM. Authored by Tags None Referenced Files
Subscribers
Details Consistently use the byteorder functions in the correct direction Submitted by: Ján Sučan <sucanjan@gmail.com>
Diff Detail
Event TimelineComment Actions The description of this review isn't really correct. Since ntohs and htons have identical effects, you aren't making any change to the endianness of the sequence number on the wire. The change is more stylistic, really. Comment Actions Maybe something like "consistently use the byteorder functions in the correct direction"? |