Ajouter checksum pour la version udp du protocole #6

Closed
opened 2020-01-29 13:58:35 +01:00 by louis_royer · 1 comment
Collaborator
No description provided.
js_auge was assigned by louis_royer 2020-01-29 14:24:45 +01:00
Author
Collaborator

The checksum field is the 16 bit one's complement of the one's complement sum of all 16-bit words in the header and text. If a segment contains an odd number of header and text octets to be checksummed, the last octet is padded on the right with zeros to form a 16-bit word for checksum purposes. The pad is not transmitted as part of the segment. While computing the checksum, the checksum field itself is replaced with zeros.

The checksum field is the 16 bit one's complement of the one's complement sum of all 16-bit words in the header and text. If a segment contains an odd number of header and text octets to be checksummed, the last octet is padded on the right with zeros to form a 16-bit word for checksum purposes. The pad is not transmitted as part of the segment. While computing the checksum, the checksum field itself is replaced with zeros.
louis_royer added a new dependency 2020-01-29 18:09:32 +01:00
js_auge added a new dependency 2020-01-30 07:50:27 +01:00
louis_royer added the
enhancement
label 2020-03-18 22:44:27 +01:00
louis_royer added the
protocol
label 2020-03-18 23:06:12 +01:00
Sign in to join this conversation.
No description provided.