mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-23 10:40:27 +00:00
We used to use 'unsigned long' for the accumulating variable when calculating internet checksums. However, 'signed long' is more in accordance with RFC 1071 and will allow us to share the same back end for folding, once we implement incremental updating of internet checksums. Ref #4555
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.