You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use mirage-tcpip in a project using JavaScript using js_of_ocaml. The only piece that is missing is an OCaml (or JavaScript) implementation of the tcp checksum calculation.
As a quick-and-dirty fix, I ported the C implementation to OCaml and it seems to be working fine: patch. It's missing a non-allocating version for the _list variant. It'll also need to be properly integrated with the build system so that the native version will be selected for native builds and the pure version of jsoo builds.
The text was updated successfully, but these errors were encountered:
I'd like to use mirage-tcpip in a project using JavaScript using js_of_ocaml. The only piece that is missing is an OCaml (or JavaScript) implementation of the tcp checksum calculation.
As a quick-and-dirty fix, I ported the C implementation to OCaml and it seems to be working fine: patch. It's missing a non-allocating version for the
_list
variant. It'll also need to be properly integrated with the build system so that the native version will be selected for native builds and the pure version of jsoo builds.The text was updated successfully, but these errors were encountered: