Handling of initial contact

This commit is contained in:
Clavister OpenSource
2012-03-20 17:31:14 +01:00
parent 751bd02e98
commit a064eaa8a6
3 changed files with 67 additions and 0 deletions
Regular → Executable
+5
View File
@@ -153,6 +153,11 @@ enum ike_condition_t {
* IKE_SA is stale, the peer is currently unreachable (MOBIKE)
*/
COND_STALE = (1<<7),
/**
* Initial contact received
*/
COND_INIT_CONTACT_SEEN = (1<<8),
};
/**