Module UDP.Recv_flag

Binds uv_udp_flags.

type t = [
  1. | `PARTIAL
  2. | `MMSG_CHUNK
  3. | `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)