Skip to content

Commit cbc926a

Browse files
committed
extend stub interface for dnsvizor
1 parent 9165117 commit cbc926a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mirage/stub/dns_stub_mirage.mli

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
module Make (S : Tcpip.Stack.V4V6) : sig
44
type t
55

6-
module H : Happy_eyeballs_mirage.S with type stack = S.t and type flow = S.TCP.flow
6+
module H : sig
7+
include Happy_eyeballs_mirage.S with type stack = S.t and type flow = S.TCP.flow
8+
val connect_device : ?aaaa_timeout:int64 -> ?connect_delay:int64 ->
9+
?connect_timeout:int64 -> ?resolve_timeout:int64 -> ?resolve_retries:int ->
10+
?timer_interval:int64 -> ?getaddrinfo:getaddrinfo -> stack -> t Lwt.t
11+
end
712

813
val create : ?cache_size:int -> ?udp:bool -> ?tcp:bool -> ?port:int ->
914
?tls:Tls.Config.server -> ?tls_port:int ->

0 commit comments

Comments
 (0)