Module Luv__Network.Interface_address
Binds uv_interface_address_t
. t.physical
is a string of length 6.
type t
=
{
name : string;
is_internal : bool;
physical : string;
address : Luv.Sockaddr.t;
netmask : Luv.Sockaddr.t;
}