type buffer = Cstruct.ttype ipaddr = Ipaddr.V6.ttype flow = Lwt_unix.file_descrtype +'a io = 'a Lwt.ttype ip = Ipaddr.V6.t optiontype ipinput = unit Lwt.ttype t = {interface : Unix.inet_addr; |
listen_fds : (Unix.inet_addr * int, Lwt_unix.file_descr) Stdlib.Hashtbl.t; |
}val get_udpv6_listening_fd : t -> int -> Lwt_unix.file_descr Lwt.tval disconnect : 'a -> unit Lwt.tval id : t -> Ipaddr.V6.t optionval input : listeners:'a -> 'b -> 'c Lwt.tval write : ?source_port:int -> dest_ip:Ipaddr.V6.t -> dest_port:int -> t -> Cstruct.t -> unit Lwt.t