fdopen / uwt

libuv bindings for OCaml
https://fdopen.github.io/uwt/
MIT License
55 stars 7 forks source link

OCaml 4.12.0 has Unix.SO_REUSEPORT #5

Closed djs55 closed 3 years ago

djs55 commented 3 years ago

The definition was introduced in ocaml/ocaml#9869 and then moved to the end of the variant in ocaml/ocaml#10073

BTW thanks for writing this excellent library. I've been using it in https://github.com/moby/vpnkit : network stack for rootless docker on Linux and inside Docker Desktop on Mac and Windows. It's been rock-solid.

fdopen commented 3 years ago

Thanks. I haven't touch the code for nearly three years. I've never tested the compatibility with the latest versions of OCaml. I don't know when I'll get around to catching up.