Raise an alert if half-open timeout limit reached
This commit is contained in:
@@ -107,6 +107,8 @@ enum alert_t {
|
||||
ALERT_RETRANSMIT_SEND_TIMEOUT,
|
||||
/** received a retransmit for a message, argument is message_t */
|
||||
ALERT_RETRANSMIT_RECEIVE,
|
||||
/** received half-open timeout before IKE_SA established, no argument */
|
||||
ALERT_HALF_OPEN_TIMEOUT,
|
||||
/** IKE proposals do not match, argument is linked_list_t of proposal_t */
|
||||
ALERT_PROPOSAL_MISMATCH_IKE,
|
||||
/** CHILD proposals do not match, argument is linked_list_t of proposal_t */
|
||||
|
||||
Reference in New Issue
Block a user