Lines Matching +full:timeout +full:- +full:secs
1 .. SPDX-License-Identifier: GPL-2.0
21 This way a backup stays as closely up-to-date as an active member.
25 For this reason, we also add a nagle-like algorithm to restrict
27 know if the replay sequence threshold is reached or 10 secs have passed"
28 These thresholds are set system-wide via sysctls or can be updated
32 - the lifetime byte counter
36 - the replay sequence for both inbound and outbound
39 ----------------------
41 nlmsghdr:aevent_id:optional-TLVs.
76 message (kernel<->user) as well the cause (config, query or event).
87 -----------------------------------------
110 ---------------------------------------------
132 ----------------
134 a) XFRM_MSG_GETAE issued by user-->kernel.
147 i) user --> kernel to configure a specific SA.
158 ii) kernel->user direction as a response to XFRM_MSG_GETAE
165 iii) kernel->user to report as event if someone sets any values or
171 iv) kernel->user to report event when replay threshold or a timeout
174 In such a case either XFRM_AE_CR (replay exceeded) or XFRM_AE_CE (timeout
180 --------------------------------
185 The first packet arrival after a timer expiry will trigger a timeout
186 event; i.e we don't wait for a timeout period or a packet threshold
189 -JHS