package dns-resolver
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  DNS resolver business logic
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      dns-9.1.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=8f3ec95acf14f574219b5440a689eae1acc2a49cb1d8a066f9b23a7ac68f44f0
    
    
  sha512=7bf2d099919a410f270d157a04a8d2e1c499269cca868e19a80396cdfc84a9b844c353267cf9183f585bb9b975445b8e2d0a6dd64d85b8de19e7752ec495cbe9
    
    
  doc/dns-resolver.mirage/Dns_resolver_mirage/Make/index.html
Module Dns_resolver_mirage.MakeSource
Parameters
module R : Mirage_crypto_rng_mirage.Smodule P : Mirage_clock.PCLOCKmodule M : Mirage_clock.MCLOCKmodule T : Mirage_time.Smodule S : Tcpip.Stack.V4V6Signature
Source
val resolver : 
  S.t ->
  ?root:bool ->
  ?timer:int ->
  ?udp:bool ->
  ?tcp:bool ->
  ?tls:Tls.Config.server ->
  ?port:int ->
  ?tls_port:int ->
  Dns_resolver.t ->
  unitresolver stack ~root ~timer ~udp ~tcp ~tls ~port ~tls_port resolver registers a caching resolver on the provided protocols udp, tcp, tls using port for udp and tcp (defaults to 53), tls_port for tls (defaults to 853) using the resolver configuration. The timer is in milliseconds and defaults to 500 milliseconds.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page