package letsencrypt-mirage
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
ACME implementation in OCaml for MirageOS
Install
dune-project
Dependency
Authors
Maintainers
Sources
letsencrypt-2.1.0.tbz
sha256=7c148f2adb7cae84ea873065a5ff6b0e0e58d62782da54ba5d024d4069dc50ed
sha512=70c6d8485700934898d94f3ad84a2fb2ca1a4416c64d1217b17bbccf51a73bd43f6e09f04b1551ad42c9735c665f00fdcc8b2d3621aba69450e354f5fd06e9e9
doc/letsencrypt-mirage.http-server/LE_http_server/Make/argument-1-Stack/UDP/index.html
Module Stack.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)"
>