We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9165117 commit cbc926aCopy full SHA for cbc926a
mirage/stub/dns_stub_mirage.mli
@@ -3,7 +3,12 @@
3
module Make (S : Tcpip.Stack.V4V6) : sig
4
type t
5
6
- module H : Happy_eyeballs_mirage.S with type stack = S.t and type flow = S.TCP.flow
+ 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
12
13
val create : ?cache_size:int -> ?udp:bool -> ?tcp:bool -> ?port:int ->
14
?tls:Tls.Config.server -> ?tls_port:int ->
0 commit comments