package dns-client
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  DNS resolver API
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      dns-6.4.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=00472d566bbfd66da13642eab5fade12fde56b20dd7ac5c50415b88d052d6175
    
    
  sha512=0ddeee4a155852c7ffa619de603e54dabe9ec315b79e4a1cb22a13884f9d3893458f1fa3c7b97f2eda60b29f1bfa401e53d531d8ded1089dcd8497ffa3ad1afb
    
    
  doc/dns-client.mirage/Dns_client_mirage/Make/argument-5-S/UDP/index.html
Module S.UDP
type ipaddr = Ipaddr.tThe type for an IP address representations.
Disconnect from the UDP layer. While this might take some time to complete, it can never result in an error.
The type for callback functions that adds the UDP metadata for src and dst IP addresses, the src_port of the connection and the buffer payload of the datagram.
listen t ~port callback executes callback for each packet received on port.
val unlisten : t -> port:int -> unitunlisten t ~port stops any listeners on port.
input t demultiplexes incoming datagrams based on their destination port.
val write : 
  ?src:ipaddr ->
  ?src_port:int ->
  ?ttl:int ->
  dst:ipaddr ->
  dst_port:int ->
  t ->
  Cstruct.t ->
  (unit, error) result Lwt.twrite ~src ~src_port ~ttl ~dst ~dst_port udp data is a task that writes data from an optional src and src_port to a dst and dst_port IP address pair. An optional time-to-live (ttl) is passed through to the IP layer.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >