0

TCP provides a mechanism to change the checksum scheme used by the two parties in a TCP session. There are four allowed checksum schemes according to this table, the last being "Redundant Checksum Avoidance".

As far as I understand from this Q&A, the Redundant Checksum Avoidance scheme essentially removes the checksum. Is the checksum then required to be all 0s? Is the checksum altogether removed?

The only RFC covering the change the checksum scheme I found does not cover the Redundant Checksum Avoidance scheme. Where can I find an RFC discussing it?

Randomblue
  • 1,165
  • 5
  • 16
  • 33

1 Answers1

1

I think the closest protocol, based on your specifications is: DCCP as defined by RFC 4336. The RFC1146 you mentioned is obsoleted by RFC6247. See also: Wikipedia: Comparison of transport-layer protocols

Mircea Vutcovici
  • 17,619
  • 4
  • 56
  • 83
  • Thanks. I'm stuck with TCP. See my comment in the question mdpc linked for a description what I want to do. – Randomblue Dec 04 '12 at 18:30