To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
package tcpip
-
icmpv4_socket
-
tcp_socket_options
-
tcpip
-
tcpip_icmpv4
-
tcpip_stack_direct
-
tcpip_stack_socket
-
tcpip_unix
-
tcpip_xen
-
tcpv4_socket
-
tcpv6_socket
-
udpv4_socket
-
udpv6_socket
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
module T : Mirage_time_lwt.S
module Clock : Mirage_clock.MCLOCK
Signature
val create :
Mirage_protocols.Keepalive.t ->
([ `SendProbe | `Close ] -> unit Lwt.t) ->
Clock.t ->
t
create configuration f clock
returns a keep-alive timer which will call f
in future depending on both the configuration
and any calls to refresh
val refresh : t -> unit
refresh t
marks the connection t
as alive. This should be called when packets are received.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page