package dns-resolver
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  DNS resolver business logic
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      dns-8.0.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=0882061bc5bfa7515ab26c84ca8062323ac5931b3f8ae2952794b0c927d8854e
    
    
  sha512=1b937aea10a76aebd6b9f44e7142fb0818e17147048fc7ff99ff6f29e5b217eb75e2bc700464089ed453ced2fede4a094828bf278a555736b51fbe285d6271a4
    
    
  doc/dns-resolver.mirage/Dns_resolver_mirage/Make/argument-5-S/index.html
Parameter Make.S
Disconnect from the dual IPv4 and IPv6 stack. While this might take some time to complete, it can never result in an error.
module UDP : Tcpip.Udp.S with type ipaddr = Ipaddr.tmodule TCP : Tcpip.Tcp.S with type ipaddr = Ipaddr.tmodule IP : 
  Tcpip.Ip.S with type ipaddr = Ipaddr.t and type prefix = Ipaddr.Prefix.tudp t obtains a descriptor for use with the UDP module, usually to transmit traffic.
tcp t obtains a descriptor for use with the TCP module, usually to initiate outgoing connections.
ip t obtains a descriptor for use with the IP module, which can handle raw IPv4 and IPv6 frames, or manipulate IP address configuration on the stack interface.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >