fixed dpd for responder

This commit is contained in:
Martin Willi
2006-09-25 06:38:58 +00:00
parent 1c32a71e87
commit 397f344879
3 changed files with 19 additions and 0 deletions
+8
View File
@@ -370,6 +370,14 @@ struct ike_sa_t {
*/
void (*enable_natt) (ike_sa_t *this, bool local);
/**
* @brief Set the delay before starting a DPD check in case of inactivity.
*
* @param this calling object
* @param delay dpd delay in seconds
*/
void (*set_dpd_delay) (ike_sa_t *this, u_int32_t delay);
/**
* @brief Sends a DPD request to the peer.
*