sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
module Random : Mirage_random.C
module Time : Mirage_time_lwt.S
module Net : Mirage_net_lwt.S
Signature
type lease = Dhcp_wire.pkt
type t = lease Lwt_stream.t
val connect :
?renew:bool ->
?xid:Cstruct.uint32 ->
?requests:Dhcp_wire.option_code list ->
Net.t ->
t Lwt.t
connect renew ~xid requests net
starts a DHCP client communicating over the network interface net
. The client will attempt to get a DHCP lease at least once, and will return any leases obtained in the stream returned by connect
. If renew
is true, which it is by default, the client will attempt to renew the lease according to the logic in RFC2131. If renew
is false, the client will cancel its listener and end the stream once the first lease has been obtained.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page