rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #02048
Re: [Question #295051]: Stop Sending UDP Checksum from compressor end
Question #295051 on rohc changed:
https://answers.launchpad.net/rohc/+question/295051
Status: Open => Answered
Didier Barvaux proposed the following answer:
Hello,
Yes, this is possible:
* in your application that uses the ROHC compressor:
* erase the UDP checksum by 0x0000
* compress the packet with the zero UDP checksum
* send the ROHC packet on the network
* in your application that uses the ROHC decompressor:
* receive the ROHC packet
* decompress the ROHC packet
* either compute the UDP checksum again or simply leave the zero UDP checksum alone (UDP checksums are optional)
Regards,
Didier
--
You received this question notification because your team ROHC Team is
an answer contact for rohc.