Module UDP.Recv_flag

Binds uv_udp_flags.

type t = [
| `PARTIAL
| `MMSG_CHUNK
| `MMSG_FREE
]

`MMSG_CHUNK occurs since Luv 0.5.1 and libuv 1.35.0.

`MMSG_FREE occurs since Luv 0.5.6 and libuv 1.40.0.

Feature checks:

  • Luv.Require.(has mmsg_chunk)
  • Luv.Require.(has mmsg_free)