Handling of new lifetime limits added to stroke.

This commit is contained in:
Tobias Brunner
2009-09-01 12:53:44 +02:00
parent ca41aa0602
commit abff49a7ff
4 changed files with 27 additions and 3 deletions
+4
View File
@@ -237,6 +237,10 @@ struct stroke_msg_t {
time_t ipsec_lifetime;
time_t ike_lifetime;
time_t margin;
u_int64_t life_bytes;
u_int64_t margin_bytes;
u_int64_t life_packets;
u_int64_t margin_packets;
unsigned long tries;
unsigned long fuzz;
} rekey;