package luv

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module DNS.Addr_infoSource

Binds struct addrinfo and request objects for Luv.DNS.getaddrinfo.

Sourcemodule Request : sig ... end
Sourcemodule Flag : sig ... end
Sourcetype t = {
  1. family : Sockaddr.Address_family.t;
  2. socktype : Sockaddr.Socket_type.t;
  3. protocol : int;
  4. addr : Sockaddr.t;
  5. canonname : string option;
}
OCaml

Innovation. Community. Security.